[
https://issues.apache.org/jira/browse/YARN-4640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Templeton resolved YARN-4640.
------------------------------------
Resolution: Invalid
> Replace synchronized HashSet with something from util.concurrent in
> DelegationTokenRenewer
> ------------------------------------------------------------------------------------------
>
> Key: YARN-4640
> URL: https://issues.apache.org/jira/browse/YARN-4640
> Project: Hadoop YARN
> Issue Type: Improvement
> Components: resourcemanager
> Reporter: Daniel Templeton
> Assignee: Daniel Templeton
>
> {code}
> this.referringAppIds = Collections.synchronizedSet(
> new HashSet<ApplicationId>(applicationIds));
> {code}
> should probably be a {{ConcurrentHashMap}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)