Jonathan Hung created YARN-6327:
-----------------------------------

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


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

Reply via email to