You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/03/10 00:49:51 UTC

[GitHub] [hbase] Apache9 commented on issue #1261: HBASE-23952: Address thread safety issue with Map used in BufferCallB…

Apache9 commented on issue #1261: HBASE-23952: Address thread safety issue with Map used in BufferCallB…
URL: https://github.com/apache/hbase/pull/1261#issuecomment-596846820
 
 
   In netty a handler will only be called in one thread, and we only access the id2Call map in the handler specific methods, so I do not think we need to change it to `ConcurrentHashMap`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services