[ https://issues.apache.org/jira/browse/HBASE-17899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Maddineni Sukumar resolved HBASE-17899. --------------------------------------- Resolution: Fixed > 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)