This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 5ca5625 Clarified a comment for `SeccompInfo` in mesos.proto.
new b9fc493 Disabled additional hierarchical quota tests.
new 1156719 Added a NOTE/TODO to track reservations in the allocator's
roles map.
new 4c97c7f Fixed incorrect quota headroom and consumption calculations.
new 31206cc Enhanced
HierarchicalAllocatorTest.QuotaWithNestedRoleReservation.
new 6abe32f Updated the sorters to track the root node allocation.
new 0db8a97 Added an root node overload for
Sorter::allocationScalarQuantities.
new af3f189 Added tests for Sorter::allocationScalarQuantities.
new dd48ac6 Avoid looping over role allocations during headroom
computation.
The 16916 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/master/allocator/mesos/hierarchical.cpp | 49 +++++++++------------
src/master/allocator/mesos/hierarchical.hpp | 6 +++
src/master/allocator/sorter/drf/sorter.cpp | 43 ++++++++----------
src/master/allocator/sorter/drf/sorter.hpp | 3 ++
src/master/allocator/sorter/random/sorter.cpp | 40 ++++++++---------
src/master/allocator/sorter/random/sorter.hpp | 2 +
src/master/allocator/sorter/sorter.hpp | 3 +-
src/tests/hierarchical_allocator_tests.cpp | 52 +++++++++++++++-------
src/tests/sorter_tests.cpp | 63 +++++++++++++++++++++++++++
9 files changed, 168 insertions(+), 93 deletions(-)