Reidddddd commented on issue #1494: HBASE-24174 Fix findbugs warning in branch-1
URL: https://github.com/apache/hbase/pull/1494#issuecomment-614514636
 
 
   This
   ```
   Inconsistent synchronization of 
org.apache.hadoop.hbase.ipc.RpcServer.authManager;
   locked 66% of time
   Bug type IS2_INCONSISTENT_SYNC (click for details)
   In class org.apache.hadoop.hbase.ipc.RpcServerField 
org.apache.hadoop.hbase.ipc.RpcServer.authManagerSynchronized 66% of the time
   Unsynchronized access at RpcServer.java:[line 2270]
   Unsynchronized access at RpcServer.java:[line 2271]
   ```
   2270 and 2271 line is the original code without patch.

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