You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "dragon (JIRA)" <ji...@apache.org> on 2016/03/15 09:17:35 UTC

[jira] [Created] (HDFS-10145) CLONE - Erasure Coding: use DirectBufferPool in DFSStripedInputStream for buffer allocation

dragon created HDFS-10145:
-----------------------------

             Summary: CLONE - Erasure Coding: use DirectBufferPool in DFSStripedInputStream for buffer allocation
                 Key: HDFS-10145
                 URL: https://issues.apache.org/jira/browse/HDFS-10145
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: dragon
            Assignee: Jing Zhao
             Fix For: HDFS-7285


Currently we directly allocate direct ByteBuffer in DFSStripedInputstream for the stripe buffer and the buffers holding parity data. It's better to get ByteBuffer from DirectBufferPool.



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