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 6ef38d4 Simplified Sorter::add(client) implementations.
new 5e52c68 Added a random sorter helper to find active internal nodes.
new 5a75640 Fixed a bug in the random sorter.
new 5108f07 Avoided some recalculation in the random sorter.
The 3 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/random/sorter.cpp | 192 ++++++++++++++++++--------
src/master/allocator/sorter/random/sorter.hpp | 36 +++++
src/tests/sorter_tests.cpp | 8 +-
3 files changed, 172 insertions(+), 64 deletions(-)