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 2016/11/16 01:51:58 UTC

[jira] [Commented] (HBASE-17105) Annotate RegionServerObserver

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

Enis Soztutar commented on HBASE-17105:
---------------------------------------

Seems this is a bit more involved than just RSO. 

{{CoprocessorEnvironment}} is Private, but it cannot be because Coprocessor.start(CoprocessorEnvironment env) is LimitedPrivate. 

RegionCoprocessorEnvironment is already LimitedPrivate. It seems that we should make the base class LP as well. We should also add some javadoc for the RegionCoprocessorEnvironment and others since without reading code, a coprocessor writer cannot know that env will be sent for start(). 



> Annotate RegionServerObserver
> -----------------------------
>
>                 Key: HBASE-17105
>                 URL: https://issues.apache.org/jira/browse/HBASE-17105
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 2.0.0, 1.4.0
>
>         Attachments: hbase-17105_v1.patch
>
>
> Seems that we have forgotten to annotate RegionServerObserver with InterfaceAudience. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)