busbey commented on a change in pull request #373: HBASE-22527 [hbck2] Add a master web ui to show the problematic regions URL: https://github.com/apache/hbase/pull/373#discussion_r302504813
########## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java ########## @@ -158,6 +161,8 @@ private final RegionStates regionStates = new RegionStates(); private final RegionStateStore regionStateStore; + private final ConcurrentMap<ServerName, Set<byte[]>> rsReports = new ConcurrentHashMap<>(); Review comment: It looks like all of our access is synchronized, why are we using CHM? ---------------------------------------------------------------- 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
