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 4f7ba41  Activated tests for `src/python/lib`.
     new 2ec34ca  Added tracking of framework allocations in the allocator 
Slave class.
     new fdaabac  Removed `Sorter::allocation(const SlaveID& slaveId)`.
     new 0900329  Improved allocator inverse offer test.
     new 783fd45  Tracked offered and allocated resources in the role tree.

The 4 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:
 include/mesos/mesos.proto                          |   4 +
 include/mesos/v1/mesos.proto                       |   4 +
 src/master/allocator/mesos/hierarchical.cpp        | 277 +++++++++++----------
 src/master/allocator/mesos/hierarchical.hpp        |  96 +++++--
 src/master/allocator/mesos/sorter/drf/sorter.cpp   |  26 --
 src/master/allocator/mesos/sorter/drf/sorter.hpp   |   3 -
 .../allocator/mesos/sorter/random/sorter.cpp       |  27 --
 .../allocator/mesos/sorter/random/sorter.hpp       |   3 -
 src/master/allocator/mesos/sorter/sorter.hpp       |   4 -
 src/tests/hierarchical_allocator_tests.cpp         |  66 +++--
 src/tests/sorter_tests.cpp                         |  13 -
 11 files changed, 275 insertions(+), 248 deletions(-)

Reply via email to