virajjasani commented on issue #1494: HBASE-24174 Fix findbugs warning in 
branch-1
URL: https://github.com/apache/hbase/pull/1494#issuecomment-614517809
 
 
   > 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.
   
   wow, then it's not even looking in the patch, weird...

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


With regards,
Apache Git Services

Reply via email to