[
https://issues.apache.org/jira/browse/HBASE-14730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352411#comment-15352411
]
Anoop Sam John commented on HBASE-14730:
----------------------------------------
With HFile V3, writing Tags to files will happen. It can be turned off using
that boolean state in HFileContext. But this is not exposed for user
modification. The code handles that when it see that there are no tags as part
of any of the Cells in new File. Places where turning ON this context state
(It should be ON by default) is a bug for us. I mean the ImportTSV case etc.
This jira speaks abt end user usage of tag related attributes for data and V3
is not enabled. So there is no problem in the fix.
> region server needs to log warnings when there are attributes configured for
> cells with hfile v2
> ------------------------------------------------------------------------------------------------
>
> Key: HBASE-14730
> URL: https://issues.apache.org/jira/browse/HBASE-14730
> Project: HBase
> Issue Type: Improvement
> Components: regionserver
> Affects Versions: 1.0.0, 1.1.0, 1.2.0
> Reporter: huaxiang sun
> Assignee: huaxiang sun
> Fix For: 1.2.0, 1.3.0, 1.0.3, 1.1.3
>
> Attachments: HBASE-14730-v001-1.2.0.patch, HBASE-14730-v001.patch,
> HBASE-14730-v002-1.2.0.patch, HBASE-14730-v002_branch-1.2.patch
>
>
> User can configure cell attributes with hfile.format.version 2. When cells
> are flushed from memStore to Hfile, attributes are not saved. Warnings need
> to be logged.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)