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 dee6043  Replaced virtual with override for filter destructors in 
allocator.
     new b23b4e5  Made `/roles` endpoint also return quota limits.
     new 8eba78c  Replaced `Quota` with `Quota2` in the master state.
     new 86affdd  Refactored the allocator test to use the `updateQuota` method.
     new 373393b  Removed `setQuota` and `removeQuota` methods in the allocator.
     new 5907a35  Replaced the old `struct Quota`.
     new b172dea  Updated the UI to show quota limits differently from 
guarantees.

The 6 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/allocator/allocator.hpp           |  48 +-------
 include/mesos/quota/quota.hpp                   |  24 ++--
 src/common/http.cpp                             |  30 +++--
 src/common/http.hpp                             |   7 +-
 src/master/allocator/mesos/allocator.hpp        |  50 +-------
 src/master/allocator/mesos/hierarchical.cpp     |  71 +----------
 src/master/allocator/mesos/hierarchical.hpp     |  15 +--
 src/master/allocator/mesos/metrics.cpp          |  65 +---------
 src/master/allocator/mesos/metrics.hpp          |   6 +-
 src/master/constants.hpp                        |   2 +-
 src/master/master.cpp                           |   7 +-
 src/master/quota.cpp                            |  10 +-
 src/master/quota_handler.cpp                    |  64 ++++++++--
 src/master/readonly_handler.cpp                 |  18 ++-
 src/tests/allocator.cpp                         |  10 +-
 src/tests/allocator.hpp                         |  33 +----
 src/tests/hierarchical_allocator_benchmarks.cpp |   6 +-
 src/tests/hierarchical_allocator_tests.cpp      | 157 ++++++++++++++----------
 src/tests/master_quota_tests.cpp                |  14 +--
 src/tests/role_tests.cpp                        |  10 +-
 src/webui/app/roles/roles.html                  |  11 +-
 21 files changed, 242 insertions(+), 416 deletions(-)

Reply via email to