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

stack commented on HBASE-16438:
-------------------------------

I don't see where you say above why we need to write into the cell the chunkid 
it is associate with? Why do we have to? The index will have the chunk to find 
a Cell in. The Cell will not move, not unless we do a data merge. Then, a new 
index will be made to go with the new merged chunk. This index will point to 
the new location. At what point do we ever have to write the chunk id into the 
Cell? Thanks Ram.

> Create a cell type so that chunk id is embedded in it
> -----------------------------------------------------
>
>                 Key: HBASE-16438
>                 URL: https://issues.apache.org/jira/browse/HBASE-16438
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 2.0.0
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>
> For CellChunkMap we may need a cell such that the chunk out of which it was 
> created, the id of the chunk be embedded in it so that when doing flattening 
> we can use the chunk id as a meta data. More details will follow once the 
> initial tasks are completed. 



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

Reply via email to