-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65334/
-----------------------------------------------------------
Review request for mesos, Alexander Rukletsov, Michael Park, and Meng Zhu.
Bugs: MESOS-8487
https://issues.apache.org/jira/browse/MESOS-8487
Repository: mesos
Description
-------
This introduces a `limit` in `QuotaInfo` and `QuotaRequest`.
A new `UPDATE_QUOTA` master call is added as a replacement of
`SET_QUOTA` and `REMOVE_QUOTA`, which provides the new semantics
of unset limit meaning "no limit" and unset guarantee meaning
"no guarantee".
The new APIs are marked as experimental for now.
Diffs
-----
include/mesos/master/master.proto 3e34634f3b864222d07374936c0d9a18269c2fbd
include/mesos/quota/quota.proto f2ed6f555e1e7b0290fefa3e301c9bdbf550bd11
include/mesos/v1/master/master.proto 6759c3004e7e04c0044360b0c54f4438c2f6ec8a
include/mesos/v1/quota/quota.proto 5dd772fee46f740b062827ed7c9704c26187cb12
src/master/http.cpp c489b6f525f157811549b2cc84addd9d85e87990
src/master/validation.cpp f0b86775b7919ba6aa4a73038edb78a0adca68f4
Diff: https://reviews.apache.org/r/65334/diff/1/
Testing
-------
make check
Thanks,
Benjamin Mahler