[
https://issues.apache.org/jira/browse/HADOOP-17752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HADOOP-17752:
------------------------------------
Labels: pull-request-available (was: )
> Remove lock contention in REGISTRY of Configuration
> ---------------------------------------------------
>
> Key: HADOOP-17752
> URL: https://issues.apache.org/jira/browse/HADOOP-17752
> Project: Hadoop Common
> Issue Type: Improvement
> Components: common
> Reporter: Xuesen Liang
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Every Configuration instance is put into *Configuration#REGISTRY* by its
> constructor. This operation is guard by Configuration.class.
> REGISTRY is a *WeakHashMap*, which should be replaced by *ConcurrentHashMap*.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]