Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.3.1, 2.0.0
-
None
-
None
Description
In doCommandLine() method when ever we see invalid argument, instead of exiting we are continuing VerifyReplication job due to "return false;" missing in below if condition.
if (cmd.startsWith("--")) {
printUsage("Invalid argument '" + cmd + "'");
}
Attachments
Issue Links
- is part of
-
HBASE-16466 HBase snapshots support in VerifyReplication tool to reduce load on live HBase cluster with large tables
- Resolved