Richard Antal created HBASE-24039: ------------------------------------- Summary: HBCK2 feature negotiation to check what commands are supported Key: HBASE-24039 URL: https://issues.apache.org/jira/browse/HBASE-24039 Project: HBase Issue Type: Improvement Reporter: Richard Antal
Each version of HBase is shipped with a specific version of HBCK2 therefore we can check the version and compare it to the minimum version for the given command. It is not that easy to decide if the command is supported or not when dealing with back-ported features. It the conclusion of this I would recommend using feature negotiation to check what commands are supported instead of comparing versions. -- This message was sent by Atlassian Jira (v8.3.4#803005)