You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "binlijin (JIRA)" <ji...@apache.org> on 2016/09/22 04:06:20 UTC

[jira] [Created] (HBASE-16680) Reduce garbage in BufferChain

binlijin created HBASE-16680:
--------------------------------

             Summary: Reduce garbage in BufferChain
                 Key: HBASE-16680
                 URL: https://issues.apache.org/jira/browse/HBASE-16680
             Project: HBase
          Issue Type: Improvement
            Reporter: binlijin
            Priority: Minor


BufferChain accept a List<ByteBuffer> and then convert it to ByteBuffer[], we can directly produce ByteBuffer[] and handle it to BufferChain, so eliminate the object List<ByteBuffer>.



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