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

Rainie Li reassigned YUNIKORN-1778:
-----------------------------------

    Assignee: Rainie Li

> Support namespace quota updates without new app submission
> ----------------------------------------------------------
>
>                 Key: YUNIKORN-1778
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1778
>             Project: Apache YuniKorn
>          Issue Type: Improvement
>          Components: core - scheduler, scheduler-interface, shim - kubernetes
>            Reporter: Wilfred Spiegelenburg
>            Assignee: Rainie Li
>            Priority: Major
>
> Currently the namespace annotation for quotas is passed to the core when a 
> new application is submitted. The result is that the quota is set on theĀ 
> _leaf_ queue that the application runs in.
> This causes a number of issues:
>  * no new application means no quota change
>  * the queue the quota is set on is non deterministic
>  * quota could be used more than once
> Behaviour should be deterministic and timely. This would require a change in 
> the way we pick up the quota and how it is communicated between k8shim and 
> core.
> Example showing the issue using the following placement rule:
> {code:java}
> placementrules:
>   - name: user
>     create: true
>     parent:
>     - name: tag
>       value: namespace
>       create: false {code}
> The quota is set on the user queue. This means that the overall usage could 
> be the same as the {{namespace quota * #users}} which really defeats the 
> purpose. It could even lead to a change to never be picked up as the user 
> only submits one long running application



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to