Walter Su created HDFS-9206:
-------------------------------

             Summary: Inconsistent default value of 
dfs.datanode.stripedread.buffer.size
                 Key: HDFS-9206
                 URL: https://issues.apache.org/jira/browse/HDFS-9206
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: erasure-coding
            Reporter: Walter Su
            Priority: Trivial


{noformat}
DFS_DATANODE_STRIPED_READ_BUFFER_SIZE_DEFAULT = 64 * 1024;

<property>
  <name>dfs.datanode.stripedread.buffer.size</name>
  <value>262144</value>
  <description>Datanode striped read buffer size.
  </description>
</property>
{noformat}

Once before we used 256k cellSize, now we changed to 64k as default value.





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

Reply via email to