diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index e347abaa6a5..e1e7dcd48de 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -387,6 +387,9 @@ Release 2.7.0 - UNRELEASED
HDFS-7308. Change the packet chunk size computation in DFSOutputStream in
order to enforce packet size <= 64kB. (Takuya Fukudome via szetszwo)
+ HDFS-7685. Document dfs.namenode.heartbeat.recheck-interval in
+ hdfs-default.xml. (Kai Sasaki via aajisaka)
+
OPTIMIZATIONS
HDFS-7454. Reduce memory footprint for AclEntries in NameNode.
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
index 2981db295f6..16976dd81c9 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -144,6 +144,17 @@
+
+ dfs.namenode.heartbeat.recheck-interval
+ 300000
+
+ This time decides the interval to check for expired datanodes.
+ With this value and dfs.heartbeat.interval, the interval of
+ deciding the datanode is stale or not is also calculated.
+ The unit of this configuration is millisecond.
+
+
+
dfs.http.policy
HTTP_ONLY