[
https://issues.apache.org/jira/browse/HBASE-13187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14370417#comment-14370417
]
zhangduo commented on HBASE-13187:
----------------------------------
I assume we use 'meta' family as 'pointer' to make the linked list, and 'big'
and 'tiny' families as value of the node?
The verify step before we add 'big' and 'tiny' families only needs to check
whether there are holes in the linked list, and I think now we also need to
check whether the values in node are right? Of course, the first important
thing is to make sure the value is not lost, but I still think we should check
the content of value(i.e, data is not lost, but is messed up in some families
which means the mapping between row and values are wrong?).
Anyway, check existence of 'big' and 'tiny' families is my baseline:)
> Add ITBLL that exercises per CF flush
> -------------------------------------
>
> Key: HBASE-13187
> URL: https://issues.apache.org/jira/browse/HBASE-13187
> Project: HBase
> Issue Type: Task
> Components: integration tests
> Reporter: stack
> Assignee: stack
> Priority: Critical
> Fix For: 2.0.0, 1.1.0
>
> Attachments: 13187.txt
>
>
> Let me work on this. It would be excellent if we could have confidence to
> turn this on earlier rather than later.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)