----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40551/#review108817 -----------------------------------------------------------
src/master/allocator/mesos/hierarchical.cpp (line 1026) <https://reviews.apache.org/r/40551/#comment168290> roleConsumedResources = roleConsumedResources.nonRevocable(); src/master/allocator/mesos/hierarchical.cpp (line 1054) <https://reviews.apache.org/r/40551/#comment168293> user nonRevocable()? src/master/allocator/mesos/hierarchical.cpp (line 1092) <https://reviews.apache.org/r/40551/#comment168294> I searched the mesos code and found that there is no reference for WDRF, shall we clarify this as weight DRF for one time? src/master/allocator/mesos/hierarchical.cpp (line 1116) <https://reviews.apache.org/r/40551/#comment168292> use nonRevocable() directly? - Guangya Liu On 十一月 30, 2015, 3:24 p.m., Alexander Rukletsov wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/40551/ > ----------------------------------------------------------- > > (Updated 十一月 30, 2015, 3:24 p.m.) > > > Review request for mesos, Bernd Mathiske, Joerg Schad, Joris Van Remoortere, > Joseph Wu, and Qian Zhang. > > > Bugs: MESOS-3718 > https://issues.apache.org/jira/browse/MESOS-3718 > > > Repository: mesos > > > Description > ------- > > Quota is satisfied in a separate loop over agents. Running total is > maintained as an exit criterion for the WDRF allocation stage. > > Precursory version: https://reviews.apache.org/r/39401/ > > > Diffs > ----- > > src/master/allocator/mesos/hierarchical.cpp > 31ed62efb5b1a2edb567f43d37559c5914e0665e > > Diff: https://reviews.apache.org/r/40551/diff/ > > > Testing > ------- > > make check (Mac OS X 10.10.4) > > > Thanks, > > Alexander Rukletsov > >
