saintstack commented on a change in pull request #16: HBASE-22825 [HBCK2] Add a 
client-side to hbase-operator-tools that ca…
URL: 
https://github.com/apache/hbase-operator-tools/pull/16#discussion_r318385089
 
 

 ##########
 File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java
 ##########
 @@ -583,6 +589,19 @@ private int doCommandLine(CommandLine commandLine, 
Options options) throws IOExc
         }
         break;
 
+      case FIX_META:
+        if (commands.length > 1) {
+          usage(options, command + " doesn't take any arguments");
+          return EXIT_FAILURE;
+        }
+        try (ClusterConnection connection = connect(); Hbck hbck = 
connection.getHbck()) {
+          checkHBCKSupport(connection, command, "2.0.6", "2.1.6", "2.2.1", 
"2.3.0",
 
 Review comment:
   Good.

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