This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a change to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from c56e0e2  Added MESOS-10007 to the 1.8.2 CHANGELOG.
     new b751a6f  Fixed allocator performance issue in updateAllocation().
     new f0686e7  Added MESOS-10015 to the 1.8.2 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   |  61 ++++--
 src/master/allocator/mesos/hierarchical.hpp   |   3 +
 src/master/allocator/sorter/drf/sorter.cpp    |  74 +++-----
 src/master/allocator/sorter/drf/sorter.hpp    |  23 +--
 src/master/allocator/sorter/random/sorter.cpp |  57 ------
 src/master/allocator/sorter/random/sorter.hpp |  26 +--
 src/master/allocator/sorter/sorter.hpp        |  21 ++-
 src/tests/sorter_tests.cpp                    | 257 +++++++++-----------------
 9 files changed, 186 insertions(+), 337 deletions(-)

Reply via email to