[ https://issues.apache.org/jira/browse/YARN-6327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonathan Hung updated YARN-6327: -------------------------------- Attachment: YARN-6327.002.patch > Removing queues from CapacitySchedulerQueueManager and ParentQueue should be > done with iterator > ----------------------------------------------------------------------------------------------- > > Key: YARN-6327 > URL: https://issues.apache.org/jira/browse/YARN-6327 > Project: Hadoop YARN > Issue Type: Bug > Components: capacityscheduler > Reporter: Jonathan Hung > Assignee: Jonathan Hung > Attachments: YARN-6327.001.patch, YARN-6327.002.patch > > > e.g. in {{CapacitySchedulerQueueManager}} {noformat} for > (Map.Entry<String, CSQueue> e : existingQueues.entrySet()) { > String queueName = e.getKey(); > if (!newQueues.containsKey(queueName)) { > existingQueues.remove(queueName); > } > }{noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org