[
https://issues.apache.org/jira/browse/HBASE-13551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14511476#comment-14511476
]
Enis Soztutar commented on HBASE-13551:
---------------------------------------
We have the clients depend on hbase-server right now, so anything listed as
InterfaceAudience.Public is public to clients now. We are using
LimiterPrivate(coproc) as a way to say it is server side API. We have Coproc,
Phoenix and Replication as a way to differentiate different tenants.
Maybe do a LimitedPrivate(Procedure) as a way to differentiate procedure
clients? Or should we do it once Phoenix or some other framework wants to use
it.
> Procedure V2 - Procedure classes should not be InterfaceAudience.Public
> -----------------------------------------------------------------------
>
> Key: HBASE-13551
> URL: https://issues.apache.org/jira/browse/HBASE-13551
> Project: HBase
> Issue Type: Sub-task
> Components: master
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.1.0
>
> Attachments: hbase-13551_v1.patch
>
>
> Just noticed this. We have ProcedureStore, and exceptions and some procedures
> declared as {{InterfaceAudience.Public}}. We should really make them Private
> or LimiterPrivate since Public is for user comsumption. Are we exposing
> Procedures to coprocessors? I do not see a use case for that, so it should be
> Private IMO.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)