Apache9 commented on code in PR #5461:
URL: https://github.com/apache/hbase/pull/5461#discussion_r1356835441


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java:
##########
@@ -128,7 +128,8 @@ public class ServerManager {
    * Map of admin interfaces per registered regionserver; these interfaces we 
use to control
    * regionservers out on the cluster
    */
-  private final Map<ServerName, AdminService.BlockingInterface> rsAdmins = new 
HashMap<>();
+  private final Map<ServerName, AdminService.BlockingInterface> rsAdmins =

Review Comment:
   Better also change the declaration type to ConcurrentMap



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

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to