This is an automated email from the ASF dual-hosted git repository.
mzhu pushed a change to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from ac6ab14 Ensured that task groups do not specify overlapping ranges or
sets.
new 0f97e8a Simplified Sorter::add(client) implementations.
new 956f631 Added a random sorter helper to find active internal nodes.
new e6ca1a6 Fixed a bug in the random sorter.
new d2a3683 Avoided some recalculation in the random sorter.
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/sorter/drf/sorter.cpp | 131 +++++------
src/master/allocator/sorter/random/sorter.cpp | 323 +++++++++++++++-----------
src/master/allocator/sorter/random/sorter.hpp | 36 +++
3 files changed, 288 insertions(+), 202 deletions(-)