[GitHub] [hbase] markrmiller edited a comment on issue #1261: HBASE-23952: Address thread safety issue with Map used in BufferCallB…

2020-03-09 Thread GitBox
markrmiller edited a comment on issue #1261: HBASE-23952: Address thread safety issue with Map used in BufferCallB… URL: https://github.com/apache/hbase/pull/1261#issuecomment-596869131 I think the issue is that Netty can use different threads to access this data structure, ie: org.

[GitHub] [hbase] markrmiller edited a comment on issue #1261: HBASE-23952: Address thread safety issue with Map used in BufferCallB…

2020-03-09 Thread GitBox
markrmiller edited a comment on issue #1261: HBASE-23952: Address thread safety issue with Map used in BufferCallB… URL: https://github.com/apache/hbase/pull/1261#issuecomment-596869131 I think the issue is that Netty can use different threads to access this data structure, ie: ```