You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Wilfred Spiegelenburg (Jira)" <ji...@apache.org> on 2021/03/17 01:58:00 UTC

[jira] [Created] (YUNIKORN-578) support dynamic queues with namespace tagged quota and task group

Wilfred Spiegelenburg created YUNIKORN-578:
----------------------------------------------

             Summary: support dynamic queues with namespace tagged quota and task group
                 Key: YUNIKORN-578
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-578
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: core - scheduler
    Affects Versions: 0.10
            Reporter: Wilfred Spiegelenburg
            Assignee: Wilfred Spiegelenburg


If you create an application with gang scheduling enabled the total gang size should be checked against the queue max resource (YUNIKORN-520)

This check fails if you use placement rules (dynamic queue creation) using namespace annotations for:
 * queue name (tag rule)
 * namespace quotas

*Only* the first application submitted to the namespace will not behave as expected. The queue will be created but the quota on the queue is not set until after the quota checks are performed. The result is that the application will be added to the queue but should have been rejected. The application will never be properly scheduled as the gang request can never be satisfied.

For subsequent applications the quota will have been set (even if the first app is a non gang app) and will be rejected as expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org