You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2015/01/13 07:23:35 UTC

[jira] [Created] (HBASE-12845) ByteBufferOutputStream should grow as direct buffer if the initial buffer is also direct BB

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

             Summary: ByteBufferOutputStream should grow as direct buffer if the initial buffer is also direct BB
                 Key: HBASE-12845
                 URL: https://issues.apache.org/jira/browse/HBASE-12845
             Project: HBase
          Issue Type: Bug
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
            Priority: Minor
             Fix For: 2.0.0


Currently ByteBufferOutputStream while trying to expand in checkSizeAndGrow(), allocates the new buffer onheap though the existing buffer is offheap



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