[
https://issues.apache.org/jira/browse/HBASE-17899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997794#comment-15997794
]
Maddineni Sukumar commented on HBASE-17899:
-------------------------------------------
[~apurtell] , I marked this issue fix is part of other JIra(HBASE-16466) and
marked it as resolved. Correct me if I did anything wrong here.
> VerifyReplication not exiting for invalid arguments even though we have check
> for it
> ------------------------------------------------------------------------------------
>
> Key: HBASE-17899
> URL: https://issues.apache.org/jira/browse/HBASE-17899
> Project: HBase
> Issue Type: Bug
> Components: Replication
> Affects Versions: 2.0.0, 1.3.1
> Reporter: Maddineni Sukumar
> Assignee: Maddineni Sukumar
> Priority: Minor
>
> 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 + "'");
> }
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)