Tamas Domok created YARN-11033:
----------------------------------

             Summary: isAbsoluteResource is not correct for dynamically created 
queues
                 Key: YARN-11033
                 URL: https://issues.apache.org/jira/browse/YARN-11033
             Project: Hadoop YARN
          Issue Type: Bug
          Components: yarn
    Affects Versions: 3.4.0
            Reporter: Tamas Domok
            Assignee: Tamas Domok


The property *isAbsoluteResource* was added in YARN-10237 to the scheduler 
response, it uses pattern matching on the capacity configuration value, but for 
dynamically created queues (using legacy AQC) the capacity configuration is not 
available like that.

The *AbstractCSQueue.getCapacityConfigType()* can be used to determine whether 
it is absolute resource or not.

The *isAbsoluteResource* property was not added to the root queue, that should 
be fixed for consistency too. E.g.: the *mode* property is added for the root 
and for other queues too.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to