This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a change to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 2dbd891 Added MESOS-10007 to the 1.7.3 CHANGELOG.
new 1d85059 Fixed allocator performance issue in updateAllocation().
new 0fde678 Added MESOS-10015 to the 1.7.3 CHANGELOG.
The 2 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:
CHANGELOG | 1 +
src/master/allocator/mesos/hierarchical.cpp | 69 +++++--
src/master/allocator/mesos/hierarchical.hpp | 3 +
src/master/allocator/sorter/drf/sorter.cpp | 75 ++-----
src/master/allocator/sorter/drf/sorter.hpp | 41 +---
src/master/allocator/sorter/random/sorter.cpp | 58 ------
src/master/allocator/sorter/random/sorter.hpp | 42 +---
src/master/allocator/sorter/sorter.hpp | 22 +-
src/tests/sorter_tests.cpp | 278 +++++++++++---------------
9 files changed, 221 insertions(+), 368 deletions(-)