[
https://issues.apache.org/jira/browse/HBASE-24039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17070747#comment-17070747
]
Peter Somogyi commented on HBASE-24039:
---------------------------------------
[~RichardAntal], could you create a pull request on GitHub? We only have
automated testing for the hbase-operator-tools repository set for PRs and not
for patch files.
Please also validate your patch with checkstyle. In HBase LineLength is set to
100 characters.
> 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
> Components: hbck2, Operability
> Reporter: Richard Antal
> Priority: Critical
> Attachments: HBASE-24039.master.v1.patch
>
>
> Each HBase version is shipped with a specific version of HBCK2 therefore we
> can check the HBCK2 version and decide if the given command is supported in
> that version or not.
> 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 on the server side instead of comparing
> versions.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)