HDFS-12079. Description of dfs.block.invalidate.limit is incorrect in hdfs-default.xml. Contributed by Weiwei Yang.

(cherry picked from commit b0560e0624)
This commit is contained in:
Akira Ajisaka 2017-07-04 14:02:14 +09:00
parent 4fd6aad010
commit 003b4a1675
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 4 additions and 1 deletions

View File

@ -3219,7 +3219,10 @@
<name>dfs.block.invalidate.limit</name>
<value>1000</value>
<description>
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.
</description>
</property>