You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2012/12/04 08:23:58 UTC

[jira] [Commented] (HBASE-7186) Split Classes for Client/Server module split.

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

stack commented on HBASE-7186:
------------------------------

BloomType probably belongs w/ other Bloom clases over under util (this is bad place for them too...so probably fine where you have it now under RegionServer... until Blooms get cleaned up).

Not you but maybe internal to setBloomType.... it would to the uppercasing rather than expect the caller passing upper case:

+    setBloomFilterType(BloomType.
       valueOf(bloomFilter.toUpperCase()));


Don't know how you can get rid of setTableDesc and getTableDesc but I like it.

You starting a method cache in HBaseClient in methodInstances?  Seems fine.  

HBaseClientRPC is missing a license.

Did about 10%.  Looks good so far.
                
> Split Classes for Client/Server module split.
> ---------------------------------------------
>
>                 Key: HBASE-7186
>                 URL: https://issues.apache.org/jira/browse/HBASE-7186
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client, Protobufs
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7186-0.patch, HBASE-7186-1.patch
>
>
> Prepare classes for the coming hbase-client/hbase-server split.

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