[ 
https://issues.apache.org/jira/browse/MESOS-9596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791078#comment-16791078
 ] 

Meng Zhu edited comment on MESOS-9596 at 3/13/19 6:46 AM:
----------------------------------------------------------

https://reviews.apache.org/r/70159
https://reviews.apache.org/r/70161
https://reviews.apache.org/r/70202
https://reviews.apache.org/r/70203


was (Author: mzhu):
https://reviews.apache.org/r/70159
https://reviews.apache.org/r/70161

> Add a new `UPDATE_QUOTA` operator call.
> ---------------------------------------
>
>                 Key: MESOS-9596
>                 URL: https://issues.apache.org/jira/browse/MESOS-9596
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Meng Zhu
>            Assignee: Meng Zhu
>            Priority: Major
>              Labels: resource-management
>
> The new `UPDATE_QUOTA` call will support quota limits and also allow atomic 
> update to quotas of different roles.
> {noformat}
> message UpdateQuota {
>         optional bool force [default = false];
>         repeated QuotaConfig configs;
> }
> message QuotaConfig {
>         required  string role;
>         map<string, Value.Scalar> guarantees;
>         map<string, Value.Scalar> limits;
> }
> {noformat}
> See the [design 
> doc|https://docs.google.com/document/d/13vG5uH4YVwM79ErBPYAZfnqYFOBbUy2Lym0_9iAQ5Uk/edit#]
>  here for more details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to