You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Meng Zhu (JIRA)" <ji...@apache.org> on 2019/02/22 18:24:00 UTC

[jira] [Assigned] (MESOS-9596) Add a new `UPDATE_QUOTA` operator call.

     [ https://issues.apache.org/jira/browse/MESOS-9596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Meng Zhu reassigned MESOS-9596:
-------------------------------

    Assignee: Meng Zhu

> 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)