-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65819/
-----------------------------------------------------------
(Updated April 6, 2018, 5:42 p.m.)
Review request for mesos, Benjamin Mahler, Kapil Arya, and Till Toenshoff.
Changes
-------
Rebased after refactoring.
Bugs: MESOS-8456
https://issues.apache.org/jira/browse/MESOS-8456
Repository: mesos
Description (updated)
-------
In the first allocation stage where we allocate resources to
roles with unsatisfied quota guarantee, we used to also allocate
resources that the role has no guarantee set as long as it does
not break the global headroom. With the introduction of quota
limit, when we make these additional "add-on" allocations, we
should also make sure that these won't break the role's own
quota limit.
Diffs (updated)
-----
src/master/allocator/mesos/hierarchical.cpp
32e88952101d8dbbae9728478b1f5663bf46c3bb
Diff: https://reviews.apache.org/r/65819/diff/2/
Changes: https://reviews.apache.org/r/65819/diff/1-2/
Testing
-------
make check
Thanks,
Meng Zhu