-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70951/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Bugs: MESOS-9601
https://issues.apache.org/jira/browse/MESOS-9601
Repository: mesos
Description
-------
The new operations will mutate the `quota_configs` field in
the registry to serve the new `UPDATE_QUOTA` call. Meanwhile,
it also removes any entry in the legacy `quotas` field with
the same role name.
In addition, it also adds/removes the minimum capability
`UPDATE_QUOTA` accordingly: if `quota_configs` is not empty
the capability will be added otherwise it will be removed.
Diffs
-----
src/master/master.cpp 826362d1a9ed034a49934b1810d6e1e6cffd90cd
src/master/quota.hpp 959e312b861fc0b59519a9ab5cc51061b55b534c
src/master/quota.cpp a7ee845d5916e859218b0168c7b682f77549aafc
Diff: https://reviews.apache.org/r/70951/diff/1/
Testing
-------
make check
Thanks,
Meng Zhu