You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/07/23 00:49:39 UTC

[jira] [Commented] (HBASE-11901) Improve the value size of the reference cell in mob column

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

Hudson commented on HBASE-11901:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #6672 (See [https://builds.apache.org/job/HBase-TRUNK/6672/])
HBASE-11901 Improve the value size of the reference cell in mob column.(Jingcheng Du) (anoopsamjohn: rev e8938c40d6d26ede097f7e2a5397fe45f38e6486)
* hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHMobStore.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMobStoreScanner.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobUtils.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestDeleteMobTable.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HMobStore.java


> Improve the value size of the reference cell in mob column
> ----------------------------------------------------------
>
>                 Key: HBASE-11901
>                 URL: https://issues.apache.org/jira/browse/HBASE-11901
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: hbase-11339
>            Reporter: Jingcheng Du
>            Assignee: Jingcheng Du
>             Fix For: hbase-11339
>
>         Attachments: HBASE-11901.diff
>
>
>  Now in the value of a reference cell in a mob column, it's realMobValueLength(Use a long type currently) + mobFileName.
>  Actually the value length in cell is a int type, it's not necessary to use a long here. In the improvement, we'll use the int type instead long in a reference mob value.



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