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 9827fcf Added 'operator-()' for set difference to stout.
new 0bc857d Added master minimum capability `QUOTA_V2`.
new f37250f Added a registry field for `QuotaConfig`.
new c82847a Added helpers to add and remove master minimum capabilities.
new 3720e4c Updated registry operation `UpdateQuota` to persist
`QuotaConfig`.
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:
docs/downgrades.md | 30 +++
include/mesos/mesos.proto | 4 +
src/common/protobuf_utils.cpp | 41 +++++
src/common/protobuf_utils.hpp | 37 ++++
src/master/master.cpp | 8 +
src/master/quota.cpp | 91 ++++++----
src/master/quota.hpp | 35 +---
src/master/quota_handler.cpp | 43 ++++-
src/master/registry.proto | 19 +-
src/tests/master_quota_tests.cpp | 4 +-
src/tests/registrar_tests.cpp | 381 ++++++++++++++++++++++++---------------
11 files changed, 478 insertions(+), 215 deletions(-)