Sravi Kommineni created HBASE-28632: ---------------------------------------
Summary: Make -h arg respected by Key: HBASE-28632 URL: https://issues.apache.org/jira/browse/HBASE-28632 Project: HBase Issue Type: Bug Reporter: Sravi Kommineni The -h argument in hbck is not respected and instead of displaying the argument usage guide, the command continued to execute. Any unrecognized arguments should cause an exception and exit. example: {code:java} $ hbck2 addFsRegionsMissingInMeta -h OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=permit; support was removed in 17.0 19:09:08.831 [main] INFO org.apache.hadoop.conf.Configuration.deprecation - hbase.client.pause.cqtbe is deprecated. Instead, use hbase.client.pause.server.overloaded ERROR: Unrecognized option: -h FOR USAGE, use the -h or --help option {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)