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

ASF GitHub Bot commented on HADOOP-17752:
-----------------------------------------

liangxs closed pull request #3085: HADOOP-17752. Remove lock contention in 
REGISTRY of Configuration
URL: https://github.com/apache/hadoop/pull/3085




> Remove lock contention in REGISTRY of Configuration
> ---------------------------------------------------
>
>                 Key: HADOOP-17752
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17752
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: common
>            Reporter: Xuesen Liang
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  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.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to