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

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

ramkrishna.s.vasudevan created HBASE-16325:
----------------------------------------------

             Summary: 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)