Daniel Templeton created YARN-4640:
--------------------------------------
Summary: Replace synchronized HashSet with something from
util.concurrent in DelegationTkenRenewer
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)