[
https://issues.apache.org/jira/browse/HBASE-23639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042177#comment-17042177
]
Andrew Kyle Purtell commented on HBASE-23639:
---------------------------------------------
I made a comment on the doc. Strictly speaking it's not necessary to move the
classes to a new maven module. They can be moved to src/ within hbase-it and
marked as public.
Not sure there is much benefit of making a new module, given the refactoring is
going to "break" hbase-it anyway, but I have not strong opinion about it either.
> Change InterfaceAudience for ClusterManager interface and HBaseClusterManager
> class public
> -------------------------------------------------------------------------------------------
>
> Key: HBASE-23639
> URL: https://issues.apache.org/jira/browse/HBASE-23639
> Project: HBase
> Issue Type: Improvement
> Components: API, integration tests, test
> Reporter: Mihir Monani
> Assignee: Lokesh Khurana
> Priority: Minor
>
> In hbase-it package, Class like RESTApiClusterManager and HBaseClusterManager
> which has some part of implementation code for Chaos Action.
>
> If any user wants to create private implementation which resembles
> HBaseClusterManager, then it has to be merged with hbase-it package as
> ClusterManager Interface and it's extended implementations are private.
>
> We should make them public so anyone can have their own implementation and
> need to be merged with hbase-it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)