You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2015/04/24 02:57:38 UTC

[jira] [Updated] (HBASE-13551) Procedure V2 - Procedure classes should not be InterfaceAudience.Public

     [ https://issues.apache.org/jira/browse/HBASE-13551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enis Soztutar updated HBASE-13551:
----------------------------------
    Attachment: hbase-13551_v1.patch

Simple patch to make everything Private. [~mbertozzi], you were mentioning that the exceptions do not bubble up to the user, so even the exceptions can be private, right? 

> 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)