----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66990/ -----------------------------------------------------------
Review request for mesos, Benjamin Mahler, Kapil Arya, Till Toenshoff, and Vinod Kone. Repository: mesos Description ------- This flag instructs the default allocator to exhaustively allocate declined resources to all frameworks before reallocating the resources back to the decliner. That is, if a framework declines some resources from an agent the allocator will attempt to allocate _some_ resources from that agent to every other framework _before_ reallocating any resources from that agent back to the decliner. Diffs ----- src/master/flags.hpp 4715f2bf4eb62808265f3062f93e370faa53e63d src/master/flags.cpp 4ad13752719daf2cfad1f578edffc1f16a101760 src/master/master.cpp 3b5d2eba3f602f68a6bb1e00444b01fb58a1bfc2 Diff: https://reviews.apache.org/r/66990/diff/1/ Testing ------- make check Thanks, Meng Zhu
