----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66016/ -----------------------------------------------------------
(Updated March 12, 2018, 4:07 p.m.) Review request for mesos, Benjamin Mahler, Kapil Arya, Joseph Wu, Michael Park, and Till Toenshoff. Changes ------- Thanks for the review! Repository: mesos Description ------- The current allocation logic maintains several states such as allocated-reservation, unsatisfied-quota and etc. This patch refactors the logic so that we only need to maintain a per-quota-role map to track role consumed quota. Diffs (updated) ----- src/master/allocator/mesos/hierarchical.cpp 5d30d1d4d4bbb5431745f61b5318b39c5c3a7117 Diff: https://reviews.apache.org/r/66016/diff/3/ Changes: https://reviews.apache.org/r/66016/diff/2-3/ Testing ------- make check Thanks, Meng Zhu
