[ 
https://issues.apache.org/jira/browse/YARN-6327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15924701#comment-15924701
 ] 

Naganarasimha G R commented on YARN-6327:
-----------------------------------------

Thanks for the clarification ! My Bad i was wrong....
Committing it ....

> 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

Reply via email to