You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2016/08/02 08:04:20 UTC

[jira] [Commented] (HBASE-16325) Don't add chunk to chunkqueue if there is no ChunkPool

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

Anoop Sam John commented on HBASE-16325:
----------------------------------------

This is already fixed. I forgot the issue id. But it was from [~carp84]

> Don't add chunk to chunkqueue if there is no ChunkPool
> ------------------------------------------------------
>
>                 Key: HBASE-16325
>                 URL: https://issues.apache.org/jira/browse/HBASE-16325
>             Project: HBase
>          Issue Type: Bug
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Minor
>
> Currently when ever a chunk is created either out of chunk pool or directly we add it to chunkQueue. In case of chunkPool available adding to chunkQueue makes sense. Else there is no need to add it to the chunkQueue as there is no one who is going to clear the queue. So after a point the chunks that are created directly are just going to be dropped without adding to queue. 



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