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 0dec449 Update clang and cmake for arm docker build.
new e9de5e9 Added helpers to return resources allocated/reserved to a
role subtree.
new 76a70957 Refactored master's role ResourceBreakdown to compute results
lazily.
new 2462cfb Added limits validation for `UPDATE_QUOTA` call.
new fbeb49d Added offer rescind logic for limits enforcement.
new 038a4d3 Added offer rescind logic for guarantees enforcement.
new 7aa2a96 Added a test to ensure `UPDATE_QUOTA` is applied
all-or-nothing.
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/resources.hpp | 18 ++
include/mesos/v1/resources.hpp | 18 ++
src/common/resources.cpp | 35 ++++
src/master/master.cpp | 107 ++++------
src/master/master.hpp | 24 ++-
src/master/quota_handler.cpp | 139 +++++++++++-
src/master/readonly_handler.cpp | 22 +-
src/tests/master_quota_tests.cpp | 441 +++++++++++++++++++++++++++++++++++++++
src/v1/resources.cpp | 35 ++++
9 files changed, 747 insertions(+), 92 deletions(-)