You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2020/06/01 09:04:00 UTC

[jira] [Resolved] (HBASE-23952) Address thread safety issue with Map used in BufferCallBeforeInitHandler.

     [ 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)