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

Anastasia Braginsky commented on HBASE-18232:
---------------------------------------------

bq. There also the cells wont get copied to MSLAB while adding to Memstore. How 
will know that? getChunkId return value can say abt this? 

Indeed getChunkId() should identify, in ExtendedCell we have the following:

{code}
default int getChunkId() {
    return CELL_NOT_BASED_ON_CHUNK;
  }
{code}

> Add variable size chunks to the MSLAB
> -------------------------------------
>
>                 Key: HBASE-18232
>                 URL: https://issues.apache.org/jira/browse/HBASE-18232
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Anastasia Braginsky
>
> Add possibility to create a variable size chunks of memory, so any cell (of 
> any size) can reside on a chunk.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to