You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2016/03/22 00:47:25 UTC

[jira] [Created] (HBASE-15509) Avoid copy of block data in HFileBlock$Writer.finishBlock

Vladimir Rodionov created HBASE-15509:
-----------------------------------------

             Summary: Avoid copy of block data in HFileBlock$Writer.finishBlock
                 Key: HBASE-15509
                 URL: https://issues.apache.org/jira/browse/HBASE-15509
             Project: HBase
          Issue Type: Improvement
          Components: HFile
            Reporter: Vladimir Rodionov
            Assignee: Vladimir Rodionov


This calls ByteArrayOutputStream.toByteArray() which creates a copy of data block. 



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