petersomogyi commented on a change in pull request #55: HBASE-24039 
URL: 
https://github.com/apache/hbase-operator-tools/pull/55#discussion_r400840723
 
 

 ##########
 File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java
 ##########
 @@ -133,6 +140,19 @@ void checkHBCKSupport(ClusterConnection connection, 
String cmd, String ... suppo
     }
   }
 
+  void checkFunctionSupported(ClusterConnection connection, String cmd) throws 
IOException {
 
 Review comment:
   With the introduction of this new method can we also remove 
`checkHBCKSupport`? As I see it is still used in `SET_REGION_STATE`, 
`FILESYSTEM` and `REPLICATION` commands.

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