[
https://issues.apache.org/jira/browse/HBASE-16680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15515224#comment-15515224
]
Yu Li commented on HBASE-16680:
-------------------------------
[~ashish singhi] I happen to find the typo of JIRA number in commit message
(should be 16680 rather than 16880) , so I just revert and resubmitted it, FYI
:-)
{noformat}
commit ce493642c0e295a08701cdcfe3ddc6755cdd7718
Author: Ashish Singhi <[email protected]>
Date: Thu Sep 22 13:59:18 2016 +0530
HBASE-16880 Reduce garbage in BufferChain (binlijin)
{noformat}
> Reduce garbage in BufferChain
> -----------------------------
>
> Key: HBASE-16680
> URL: https://issues.apache.org/jira/browse/HBASE-16680
> Project: HBase
> Issue Type: Improvement
> Reporter: binlijin
> Assignee: binlijin
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-16680-master.patch, HBASE-16680-master_v2.patch
>
>
> 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)