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

ASF GitHub Bot logged work on HADOOP-17752:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jun/21 04:11
            Start Date: 09/Jun/21 04:11
    Worklog Time Spent: 10m 
      Work Description: liangxs opened a new pull request #3085:
URL: https://github.com/apache/hadoop/pull/3085


   JIRA: [HADOOP-17752](https://issues.apache.org/jira/browse/HADOOP-17752)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 608913)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to