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

Anoop Sam John commented on HBASE-10451:
----------------------------------------

Yes Ted. It is intended.  0.98 went with size as Short.Max for the LRUDict for 
tags in case of WAL.. For HFiles any way he had disabled that due to a defect. 
(Which we are solving here)
But having this much size for tags will be too much we feel.  Also in case of 
HFiles there can be many parallel files read/write and each creating this much 
big LRUDict will be overkill.  So it will be better to use Byte.Max (as we do 
with Qualifier Dict for WAL)  

Because of BC for 0.98 written WAL we continue to use Short.Max in case of WAL .

> Enable back Tag compression on HFiles
> -------------------------------------
>
>                 Key: HBASE-10451
>                 URL: https://issues.apache.org/jira/browse/HBASE-10451
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.98.0
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>            Priority: Critical
>             Fix For: 0.98.1, 0.99.0
>
>         Attachments: HBASE-10451.patch, HBASE-10451_V2.patch, 
> HBASE-10451_V3.patch, HBASE-10451_V4.patch, HBASE-10451_V5.patch, 
> HBASE-10451_V6.patch
>
>
> HBASE-10443 disables tag compression on HFiles. This Jira is to fix the 
> issues we have found out in HBASE-10443 and enable it back.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to