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_r302537768
##########
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:
how do we get from this method to the master UI?
we need a way to get the same information via a cli, either hbck1 or shell.
----------------------------------------------------------------
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