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

Ted Yu commented on HBASE-16195:
--------------------------------

{code}
+      int queueLength = conf.getInt(CHUNK_QUEUE_LENGTH, (int) 
(memstoreFlushSize / chunkSize));
{code}
What if the value for CHUNK_QUEUE_LENGTH deviates from (int) (memstoreFlushSize 
/ chunkSize) by a wide margin ?

> Should not add chunk into chunkQueue if not using chunk pool in 
> HeapMemStoreLAB
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-16195
>                 URL: https://issues.apache.org/jira/browse/HBASE-16195
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Yu Li
>            Assignee: Yu Li
>         Attachments: HBASE-16195.patch
>
>
> Problem description and analysis please refer to HBASE-16193



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

Reply via email to