-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70949/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Bugs: MESOS-9601
https://issues.apache.org/jira/browse/MESOS-9601
Repository: mesos
Description
-------
This adds a new enum for the update quota feature in
the master. When quota is configured through the
`UPDATE_QUOTA` operator call. The `UPDATE_QUOTA`
minimum capability will be persisted into the registry.
This will prevent any master downgrades until all quotas
are set back to defaults.
Diffs
-----
docs/downgrades.md 3807254143d19f36079498c1a01adf744e21e8a2
include/mesos/mesos.proto d2750a634bf58428a152e70aedfc06ff70b3aa84
src/common/protobuf_utils.hpp f6ea9230d38079b24060922872ee93d9f038b98e
src/master/constants.cpp 13b3467825c624fd3cb1652fbfec1a9631ca37e6
src/tests/master_tests.cpp d7b4613980cb13d2009426b3a07690aac659cda7
Diff: https://reviews.apache.org/r/70949/diff/1/
Testing
-------
make check
Thanks,
Meng Zhu