HDFS-13949. Correct the description of dfs.datanode.disk.check.timeout in hdfs-default.xml. Contributed by Toshihiro Suzuki.

This commit is contained in:
Nanda kumar 2018-10-10 12:29:07 +05:30
parent edce866489
commit b39b802422

View File

@ -5134,11 +5134,10 @@
<name>dfs.datanode.disk.check.timeout</name> <name>dfs.datanode.disk.check.timeout</name>
<value>10m</value> <value>10m</value>
<description> <description>
Maximum allowed time for a disk check to complete during DataNode Maximum allowed time for a disk check to complete. If the check does not
startup. If the check does not complete within this time interval complete within this time interval then the disk is declared as failed.
then the disk is declared as failed. This setting supports This setting supports multiple time unit suffixes as described in
multiple time unit suffixes as described in dfs.heartbeat.interval. dfs.heartbeat.interval. If no suffix is specified then milliseconds is assumed.
If no suffix is specified then milliseconds is assumed.
</description> </description>
</property> </property>