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

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

                Author: ASF GitHub Bot
            Created on: 09/Jun/21 09:19
            Start Date: 09/Jun/21 09:19
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on pull request #3085:
URL: https://github.com/apache/hadoop/pull/3085#issuecomment-857532933


   I was worried about a simple move to ConcurrentHashMap keeping references 
around, but this looks like it's addressing this. It is however, going to need 
review by people who can follow this problem better. I'll ask on common-dev


-- 
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: 609043)
    Time Spent: 0.5h  (was: 20m)

> 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: 0.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.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