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 121dcb5 Added a test for /roles quota.consumed field.
new 231200c Refactored `QuotaTree` insertion logic.
new 16f0b0c Added overcommit and hierarchical inclusion check for
`UPDATE_QUOTA`.
new 0026ea4 Implemented `UPDATE_QUOTA` operator call.
The 3 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:
src/master/constants.cpp | 1 +
src/master/http.cpp | 2 +-
src/master/master.hpp | 4 ++
src/master/quota_handler.cpp | 127 +++++++++++++++++++++++++++++++++------
src/tests/master_quota_tests.cpp | 4 +-
src/tests/master_tests.cpp | 2 +-
6 files changed, 118 insertions(+), 22 deletions(-)