PoAn Yang created YUNIKORN-1893:
-----------------------------------

             Summary: Group tracker decrease resource usage incorrectly
                 Key: YUNIKORN-1893
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1893
             Project: Apache YuniKorn
          Issue Type: Sub-task
          Components: core - common
            Reporter: PoAn Yang
            Assignee: PoAn Yang
             Fix For: 1.4.0


For a queue with group limits only like the following, if a user tracker can be 
removed in `DecreaseTrackedResource`, we will not decrease group resource usage 
correctly. It's because the user tracker is removed, we can't get the correct 
group name in `manager.ensureGroup`.
{noformat}
queues.yaml:
  partitions:
    - name: default
      queues:
        - name: root
          submitacl: '*'
          queues:
            - name: sandbox1
              submitacl: '*'
              limits:
                - limit: group-entry
                  groups:
                    - test-group
                  maxapplications: 2
                  maxresources:
                    memory: 100Mi{noformat}



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