PoAn Yang created YUNIKORN-1929:
-----------------------------------

             Summary: Keep group tracker if it's from a specific limit to 
wildcard limit
                 Key: YUNIKORN-1929
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1929
             Project: Apache YuniKorn
          Issue Type: Sub-task
          Components: core - scheduler
            Reporter: PoAn Yang
            Assignee: PoAn Yang
             Fix For: 1.4.0


Currently, the user/group manager can't pass the following case:

1. Create a queue with the following limits:

 
{noformat}
limits:
- limit: "specific groups"
  groups:
  - group1
  - group2
  maxresources:
    memory: 100
    vcores: 100
  maxapplications: 2
- limit: "wildcard"
  groups:
  - *
  maxresources:
    memory: 50
    vcores: 50
  maxapplications: 1{noformat}
2. Increase resource usage (memory: 50, vcores: 50) for group1 and group2.

3. Remove "group2" from the "specific groups" limit and update the config. The 
"group2" tracker will be removed. 

4. If we increase resource usage again, the system will pass. However, at this 
moment, the real resource usage is 100 memory/vocres and it's more than the 
wildcard limit.

 



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