[ 
https://issues.apache.org/jira/browse/HBASE-23952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang resolved HBASE-23952.
-------------------------------
    Resolution: Won't Fix

Close as won't fix. Please see the dicussion on PR.

> Address thread safety issue with Map used in BufferCallBeforeInitHandler.
> -------------------------------------------------------------------------
>
>                 Key: HBASE-23952
>                 URL: https://issues.apache.org/jira/browse/HBASE-23952
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: master
>            Reporter: Mark Robert Miller
>            Priority: Major
>
> id2Call is a HashMap and has a call back method that accesses it that can be 
> run via an executor as well as another method accessing it that can be run 
> from a different thread.
> id2Call should likely be a ConcurrentHashMap to be shared like this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to