-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65819/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Michael Park.
Bugs: MESOS-8456
https://issues.apache.org/jira/browse/MESOS-8456
Repository: mesos
Description
-------
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 for 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
-----
src/master/allocator/mesos/hierarchical.cpp
58aa83ffdb194bbb9bb518a6b77e23fa49d340f4
Diff: https://reviews.apache.org/r/65819/diff/1/
Testing
-------
make check
Thanks,
Meng Zhu