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 01:38:00 UTC

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

Meng Zhu created MESOS-9596:
-------------------------------

             Summary: Add a new `UPDATE_QUOTA` operator call.
                 Key: MESOS-9596
                 URL: https://issues.apache.org/jira/browse/MESOS-9596
             Project: Mesos
          Issue Type: Task
          Components: allocation
            Reporter: Meng Zhu


The new `UPDATE_QUOTA` call will support quota limits and also allow atomic update to quotas of different roles.

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;
}

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)