You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Jonathan Hung (JIRA)" <ji...@apache.org> on 2017/03/11 01:33:04 UTC

[jira] [Created] (YARN-6327) Removing queues from CapacitySchedulerQueueManager and ParentQueue should be done with iterator

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-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org