This is an automated email from the ASF dual-hosted git repository.
mzhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 4dded8a Marked /quota endpoint as deprecated.
new 76868f0 Added a role tree class in the allocator.
new 7345231 Added method to dump role tree state for debugging.
new f4db86c Made RoleTree class default constructable.
new c797993 Added a test for RoleTree for basic add and remove operations.
The 4 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 | 406 +++++++++++++++++++---------
src/master/allocator/mesos/hierarchical.hpp | 169 +++++++++---
src/tests/sorter_tests.cpp | 91 +++++++
3 files changed, 490 insertions(+), 176 deletions(-)