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_r302538195
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java
 ##########
 @@ -2028,4 +2036,41 @@ private void addToPendingAssignment(final 
HashMap<RegionInfo, RegionStateNode> r
   MasterServices getMaster() {
     return master;
   }
+
+  public Map<byte[], Pair<ServerName, Set<ServerName>>> 
getProblematicRegions() {
 
 Review comment:
   this method needs a javadoc description of what we're returning

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

Reply via email to