You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Szilard Nemeth (Jira)" <ji...@apache.org> on 2021/08/30 12:57:00 UTC

[jira] [Created] (YARN-10929) Refrain from creating new Configuration object in AbstractManagedParentQueue#initializeLeafQueueConfigs

Szilard Nemeth created YARN-10929:
-------------------------------------

             Summary: Refrain from creating new Configuration object in AbstractManagedParentQueue#initializeLeafQueueConfigs
                 Key: YARN-10929
                 URL: https://issues.apache.org/jira/browse/YARN-10929
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Szilard Nemeth


AbstractManagedParentQueue#initializeLeafQueueConfigs creates a new CapacitySchedulerConfiguration with templated configs only. We should stop doing this. 
Also, there is a sorting of config keys in this method, but in the end the configs are added to the Configuration object which is an enhanced Map.



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

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