[ 
https://issues.apache.org/jira/browse/HBASE-23640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17009959#comment-17009959
 ] 

Andrew Kyle Purtell commented on HBASE-23640:
---------------------------------------------

In past discussions I have been a part of, we don't consider anything in test/ 
a public API. The class in question then was the RemoteTable *test helper* 
class that someone wanted to use as a public/supported client class for the 
REST API. Test code is test code, stability annotations are not meaningful. 

What I would suggest is refactoring what you want into a new maven module, put 
it under src/ instead of test/, and decorate the interfaces you desire to be 
public and stable with the appropriate annotation. Like what Nick said above. 
Then we have a way to move forward.

For the record I am -1 any thought of making anything under test/ "public"

> Move HBaseClusterManager.CommandProvider and it's different implementations 
> as seperate class/interface
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-23640
>                 URL: https://issues.apache.org/jira/browse/HBASE-23640
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Mihir Monani
>            Assignee: Mihir Monani
>            Priority: Major
>
> HBaseClusterManager.CommandProvider and it's implementations are private to 
> HBaseClusterManager and hbase-it package. 
> If any one wants to do custom implementations of ClusterManager Interface, 
> they cant's use this code as it is not visible outside the hbase-it package. 
> This Jira is also dependents on 
> [HBASE-23639|https://issues.apache.org/jira/browse/HBASE-23639]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to