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 6ded10f Adjusted CSI example framework for recent changes.
new 82f2dfd Fixed a bug where sorter may leak clients.
new 81e10fc Refactored framework role tracking logic in the allocator.
new 5849c4a Simplified recover resources when removing frameworks or
agents.
new bdb3a69 Added a test to ensure resources are recovered during agent
removal.
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 | 149 +++++++++++----------
src/master/allocator/mesos/hierarchical.hpp | 35 ++++-
src/master/allocator/mesos/sorter/drf/sorter.hpp | 8 +-
.../allocator/mesos/sorter/random/sorter.hpp | 8 +-
src/master/master.cpp | 12 --
src/tests/hierarchical_allocator_tests.cpp | 74 ++++++++++
src/tests/sorter_tests.cpp | 16 +++
7 files changed, 213 insertions(+), 89 deletions(-)