markrmiller opened a new pull request #1261: HBASE-23952: Address thread safety 
issue with Map used in BufferCallB…
URL: https://github.com/apache/hbase/pull/1261
 
 
   …eforeInitHandler.
   
   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 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:
[email protected]


With regards,
Apache Git Services

Reply via email to