You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2013/09/19 02:22:52 UTC

[jira] [Comment Edited] (HBASE-9579) Sanity check visiblity and audience for server-side modules.

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

Jonathan Hsieh edited comment on HBASE-9579 at 9/19/13 12:21 AM:
-----------------------------------------------------------------

How many @InterfaceAudience.Public are there in the server side modules?

{code}
grep -R -L  InterfaceAudience.Public hbase-$MODULE/src/main/java | grep \\.java |wc 
{code}

\* 878 (including hbase-common, hbase-client).
hbase-server 551
hbase-hadoop-compat 28
hbase-hadoop1-compat 27
hbase-hadoop2-compat 26
hbase-prefix-tree 37
hbase-protocol 28


                
      was (Author: jmhsieh):
    How many @InterfaceAudience.Public are there in the server side modules?

{{ grep -R -L  InterfaceAudience.Public hbase-$MODULE/src/main/java | grep \\.java |wc }}

\* 878 (including hbase-common, hbase-client).
hbase-server 551
hbase-hadoop-compat 28
hbase-hadoop1-compat 27
hbase-hadoop2-compat 26
hbase-prefix-tree 37
hbase-protocol 28


                  
> Sanity check visiblity and audience for server-side modules.
> ------------------------------------------------------------
>
>                 Key: HBASE-9579
>                 URL: https://issues.apache.org/jira/browse/HBASE-9579
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.95.2
>            Reporter: Jonathan Hsieh
>
> Similar to HBASE-9495 we should audit the hbase-hadoop*-compat, hbase-prefix-tree, hbase-protocol and hbase server-modules. 
> I'll go through each module first making most things private, and then do a second pass using some sort of LimitedPrivate marking for apis that we'd expect coprocs or advanced tests to use.
> This is less urgent that the work for the client facing apis.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira