-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70949/
-----------------------------------------------------------
(Updated June 25, 2019, 10:58 p.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
Renamed the capability to `QUOTA_V2`.
Summary (updated)
-----------------
Added master minimum capability `QUOTA_V2`.
Bugs: MESOS-9601
https://issues.apache.org/jira/browse/MESOS-9601
Repository: mesos
Description (updated)
-------
This adds a new enum for the revamped quota feature
in the master. When quota is configured in Mesos 1.9
or higher, the `QUOTA_V2` minimum capability will be
persisted into the registry. This will prevent any master
downgrades until all quotas configured in Mesos 1.9 or higher
are set back to the default (no guarantees and no limits).
Diffs (updated)
-----
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/2/
Changes: https://reviews.apache.org/r/70949/diff/1-2/
Testing
-------
make check
Thanks,
Meng Zhu