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 01b3afc Added MESOS-9228 to the 1.7.1 CHANGELOG.
new 6b29bd6 Simplified the weight lookup logic in the sorters.
new 61100f3 Reserve sort output vector in the sorters.
new c3f32c5 Added a ScalarResourceQuantities type to improve sorters
performance.
new a41731b Cached weights in the sorters nodes.
new d9ee5e3 Added MESOS-9239 to the 1.7.1 CHANGELOG.
new a7e339f Use total cluster resources as framework sorter "total".
new cb56b30 Added MESOS-9255 to the 1.7.1 CHANGELOG.
new 6ef0df9 Avoided dirtying the DRF sorter when an allocation is
performed.
new 4d57303 Added MESOS-9249 to the 1.7.1 CHANGELOG.
new dcbb942 Added a note about allocaiton cycle performance in the 1.7.1
CHANGELOG.
The 10 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 | 11 +++-
src/master/allocator/mesos/hierarchical.cpp | 30 ++++++----
src/master/allocator/sorter/drf/sorter.cpp | 81 ++++++++++++++++++++++----
src/master/allocator/sorter/drf/sorter.hpp | 34 ++++++-----
src/master/allocator/sorter/random/sorter.cpp | 33 ++++++++---
src/master/allocator/sorter/random/sorter.hpp | 34 ++++++-----
src/master/allocator/sorter/sorter.hpp | 84 +++++++++++++++++++++++++++
7 files changed, 247 insertions(+), 60 deletions(-)