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

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

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

Vinod Kone commented on MESOS-7790:
-----------------------------------

[~mcypark] Can we close this now?

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