-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65334/
-----------------------------------------------------------
(Updated March 10, 2018, 1:46 a.m.)
Review request for mesos, Alexander Rukletsov, Michael Park, and Meng Zhu.
Changes
-------
Updated to reflect that limits will not undergo an attainability check.
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 (updated)
-----
include/mesos/master/master.proto 6622e1b82861f380346f505eca326f7174dd8bd6
include/mesos/quota/quota.proto f2ed6f555e1e7b0290fefa3e301c9bdbf550bd11
include/mesos/v1/master/master.proto 6034bd5af8ad764f625f9fe80be08b48707bbadb
include/mesos/v1/quota/quota.proto 5dd772fee46f740b062827ed7c9704c26187cb12
src/master/http.cpp cf03d8bf7df583c849a3b2a326d3772820181b0f
src/master/validation.cpp 9254cd22e67d9aca53135701575fb0857ff6f7d6
Diff: https://reviews.apache.org/r/65334/diff/4/
Changes: https://reviews.apache.org/r/65334/diff/3-4/
Testing
-------
make check
Thanks,
Benjamin Mahler