wchevreuil commented on a change in pull request #3: Hbase 22567
URL: https://github.com/apache/hbase-operator-tools/pull/3#discussion_r299999857
 
 

 ##########
 File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java
 ##########
 @@ -164,6 +177,128 @@ int setRegionState(String region, RegionState.State 
newState)
     return EXIT_FAILURE;
   }
 
+  Map<String,List<Path>> reportTablesWithMissingRegionsInMeta(String... 
nameSpaceOrTable)
 
 Review comment:
   It would still list missing regions specific for each namespace/table passed 
as `parameter.` Even if we pass a namespace and then a table within that 
namespace, output would show the missing regions grouped. For example, say 
namespace _ns1_ has two tables _tbl1_ and _tbl2_, and each of these two tables 
has a missing region _r1_ and _r2_, respectively. Then calling 
`reportTablesWithMissingRegionsInMeta ns1 ns1:tbl1`, should print:
   `ns1 -> r1 r2`
   `ns1:tbl1 -> r1`

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