busbey commented on a change in pull request #20: HBASE-22952 HBCK2 replication
command is incompatible with 2.0.x
URL:
https://github.com/apache/hbase-operator-tools/pull/20#discussion_r319710040
##########
File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java
##########
@@ -566,7 +566,7 @@ private int doCommandLine(CommandLine commandLine, Options
options) throws IOExc
case REPLICATION:
try (ClusterConnection connection = connect()) {
- checkHBCKSupport(connection, command);
+ checkHBCKSupport(connection, command, "2.1.1", "2.2.0", "3.0.0");
Review comment:
shouldn't it be 2.1.0 instead of 2.1.1.?
----------------------------------------------------------------
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