HDFS-8633. Fix setting of dfs.datanode.readahead.bytes in hdfs-default.xml to match DFSConfigKeys. Contributed by Ray Chiang.

This commit is contained in:
Yongjun Zhang 2015-06-19 09:47:31 -07:00
parent 10107243be
commit b42f1ec13d
2 changed files with 4 additions and 1 deletions

View File

@ -1061,6 +1061,9 @@ Release 2.7.1 - UNRELEASED
HDFS-4660. Block corruption can happen during pipeline recovery (kihwal) HDFS-4660. Block corruption can happen during pipeline recovery (kihwal)
HDFS-8633. Fix setting of dfs.datanode.readahead.bytes in hdfs-default.xml
to match DFSConfigKeys. (Ray Chiang via Yongjun Zhang)
Release 2.7.0 - 2015-04-20 Release 2.7.0 - 2015-04-20
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -1079,7 +1079,7 @@
<property> <property>
<name>dfs.datanode.readahead.bytes</name> <name>dfs.datanode.readahead.bytes</name>
<value>4193404</value> <value>4194304</value>
<description> <description>
While reading block files, if the Hadoop native libraries are available, While reading block files, if the Hadoop native libraries are available,
the datanode can use the posix_fadvise system call to explicitly the datanode can use the posix_fadvise system call to explicitly