[
https://issues.apache.org/jira/browse/YARN-6327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15924885#comment-15924885
]
Naganarasimha G R edited comment on YARN-6327 at 3/14/17 8:02 PM:
------------------------------------------------------------------
Thanks [~jhung] for your contributions, have committed the patch to trunk.
was (Author: naganarasimha):
Thanks [~jhung]
> 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: [email protected]
For additional commands, e-mail: [email protected]