-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67444/
-----------------------------------------------------------
(Updated July 31, 2018, 4:56 p.m.)
Review request for mesos and Benjamin Mahler.
Summary (updated)
-----------------
Made quota consumption tracking event-driven in the allocator.
Bugs: MESOS-8802
https://issues.apache.org/jira/browse/MESOS-8802
Repository: mesos
Description (updated)
-------
The allocator needs to keep track of role consumed quota
to maintain quota headroom. Currently this info is
constructed on the fly prior to each allocation cycle.
This patch lets the allocator track quota consumption
across allocation cycles in an event-driven manner to improve
performance and reduce code complexity.
Diffs (updated)
-----
src/master/allocator/mesos/hierarchical.hpp 0cd2fac17f09110c46b8540523a9c935f156f858
src/master/allocator/mesos/hierarchical.cpp 35992474eacb8b14ae57e1dc23307e1542f63cb5
Diff: https://reviews.apache.org/r/67444/diff/2/
Changes: https://reviews.apache.org/r/67444/diff/1-2/
Testing
-------
make check
Thanks,
Meng Zhu
|