-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65334/
-----------------------------------------------------------
(Updated Feb. 23, 2018, 10:23 p.m.)
Review request for mesos, Alexander Rukletsov, Michael Park, and Meng Zhu.
Changes
-------
Increased the protobuf tag numbers to avoid a new collision after rebase.
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 f40caa2a6338ff58a325444cfb72cd24f2c99472
include/mesos/quota/quota.proto f2ed6f555e1e7b0290fefa3e301c9bdbf550bd11
include/mesos/v1/master/master.proto 67c9560eaa7bd6b20b73af07f7666f0d98c4453d
include/mesos/v1/quota/quota.proto 5dd772fee46f740b062827ed7c9704c26187cb12
src/master/http.cpp acf10a0f396234ec9f444c9b41515d657379d6ad
src/master/validation.cpp 9254cd22e67d9aca53135701575fb0857ff6f7d6
Diff: https://reviews.apache.org/r/65334/diff/3/
Changes: https://reviews.apache.org/r/65334/diff/2-3/
Testing
-------
make check
Thanks,
Benjamin Mahler