virajjasani commented on issue #1494: HBASE-24174 Fix findbugs warning in 
branch-1
URL: https://github.com/apache/hbase/pull/1494#issuecomment-612585013
 
 
   @Reidddddd  in branch-2+, this has been suppressed with
   ```
     
@edu.umd.cs.findbugs.annotations.SuppressWarnings(value="IS2_INCONSISTENT_SYNC",
         justification="Start is synchronized so authManager creation is 
single-threaded")
     protected ServiceAuthorizationManager authManager;
   ```
   as part of [HBASE-20069](https://issues.apache.org/jira/browse/HBASE-20069)

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