Reidddddd commented on a change in pull request #1494: HBASE-24174 Fix findbugs 
warning in branch-1
URL: https://github.com/apache/hbase/pull/1494#discussion_r407345125
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
 ##########
 @@ -2260,16 +2259,13 @@ public RpcServer(final Server server, final String 
name,
   }
 
   @Override
-  public void onConfigurationChange(Configuration newConf) {
+  public synchronized void onConfigurationChange(Configuration newConf) {
 
 Review comment:
   I saw the warning in branch-1 only after HBASE-24174. I can forward-port to 
branch-2 and master. But as you said it is supressed, dilemma...

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