[
https://issues.apache.org/jira/browse/HBASE-10443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887950#comment-13887950
]
Andrew Purtell commented on HBASE-10443:
----------------------------------------
bq. +1 for disabling compress tag on HFile for 0.98
We won't compress tags unless HColumnDescriptor#shouldCompressTags returns
'true'. Unfortunately that is determined by this, in HColumnDescriptor:
{code}
/**
* Default compress tags along with any type of DataBlockEncoding
*/
public static final boolean DEFAULT_COMPRESS_TAGS = true;
{code}
I guess we have to make a change here (at least) and sink the RC. We should
also modify HFileContextBuilder to disallow setting compressTags to true.
> Getting Index Out of bound exception when using Compress_tags (to verify if
> it is because of this)
> --------------------------------------------------------------------------------------------------
>
> Key: HBASE-10443
> URL: https://issues.apache.org/jira/browse/HBASE-10443
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Fix For: 0.98.0
>
>
> As HBASE-10438 got closed, we still need to fix the Index out of bound
> exception that occurs. If we have a proper fix will fix this, if the bug was
> a false alarm would close this.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)