Peter Bacsko created YUNIKORN-2441:
--------------------------------------

             Summary: Wildcard limits are not applied to the root tracker 
during creation
                 Key: YUNIKORN-2441
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-2441
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: core - scheduler
            Reporter: Peter Bacsko
            Assignee: Peter Bacsko


When a queue tracker is created with {{newQueueTracker()}}, the appropriate 
wildcard limits are applied if the tracking type is "user".

The problem is this call:
{noformat}
        if trackType == user {
                if config := m.getUserWildCardLimitsConfig(queuePath + "." + 
queueName); config != nil {
{noformat}

For "root", we'll call "root." (with a dot at the end) instead of "root".




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