You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2017/10/17 04:10:00 UTC

[jira] [Updated] (MESOS-7790) Design hierarchical quota allocation.

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

Michael Park updated MESOS-7790:
--------------------------------
    Sprint: Mesosphere Sprint 66

> Design hierarchical quota allocation.
> -------------------------------------
>
>                 Key: MESOS-7790
>                 URL: https://issues.apache.org/jira/browse/MESOS-7790
>             Project: Mesos
>          Issue Type: Task
>          Components: allocation
>            Reporter: Benjamin Mahler
>            Assignee: Michael Park
>              Labels: multitenancy
>
> When quota is assigned in the role hierarchy (see MESOS-6375), it's possible for there to be "undelegated" quota for a role. For example:
> {noformat}
>                     ^
>                   /   \
>                 /       \
>        eng (90 cpus)   sales (10 cpus)
>              ^
>            /   \
>          /       \
>  ads (50 cpus)   build (10 cpus)
> {noformat}
> Here, the "eng" role has 60 of its 90 cpus of quota delegated to its children, and 30 cpus remain undelegated. We need to design how to allocate these 30 cpus undelegated cpus. Are they allocated entirely to the "eng" role? Are they allocated to the "eng" role tree? If so, how do we determine how much is allocated to each role in the "eng" tree (i.e. "eng", "eng/ads", "eng/build").



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)