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 f0530453d9b..4dca76c68d5 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
@@ -3219,7 +3219,10 @@
dfs.block.invalidate.limit
1000
- Limit on the list of invalidated block list kept by the Namenode.
+ The maximum number of invalidate blocks sent by namenode to a datanode
+ per heartbeat deletion command. This property works with
+ "dfs.namenode.invalidate.work.pct.per.iteration" to throttle block
+ deletions.