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

[jira] [Updated] (HBASE-16502) Reduce garbage in BufferedDataBlockEncoder

     [ https://issues.apache.org/jira/browse/HBASE-16502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

binlijin updated HBASE-16502:
-----------------------------
    Description: In BufferedDataBlockEncoder.SeekerState every read will new a tagsBuffer for  compressTags. There is no need when no tags or compressTags=false, so we can reduce this new byte[] to reduce garbage.

> Reduce garbage in BufferedDataBlockEncoder
> ------------------------------------------
>
>                 Key: HBASE-16502
>                 URL: https://issues.apache.org/jira/browse/HBASE-16502
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: binlijin
>            Assignee: binlijin
>
> In BufferedDataBlockEncoder.SeekerState every read will new a tagsBuffer for  compressTags. There is no need when no tags or compressTags=false, so we can reduce this new byte[] to reduce garbage.



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