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

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


    from ecccde6  Added MESOS-10007 to the 1.9.1 CHANGELOG.
     new d44882f  Fixed allocator performance issue in updateAllocation().
     new d946a45  Added MESOS-10015 to the 1.9.1 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        |  46 +++-
 src/master/allocator/mesos/hierarchical.hpp        |   3 +
 src/master/allocator/mesos/sorter/drf/sorter.cpp   |  74 ++----
 src/master/allocator/mesos/sorter/drf/sorter.hpp   |  23 +-
 .../allocator/mesos/sorter/random/sorter.cpp       |  57 -----
 .../allocator/mesos/sorter/random/sorter.hpp       |  26 +--
 src/master/allocator/mesos/sorter/sorter.hpp       |  20 +-
 src/tests/sorter_tests.cpp                         | 259 +++++++--------------
 9 files changed, 178 insertions(+), 331 deletions(-)

Reply via email to