Repository: hadoop Updated Branches: refs/heads/branch-2.8 acc504dc5 -> 9f9d554ed
HDFS-12078. Add time unit to the description of property dfs.namenode.stale.datanode.interval in hdfs-default.xml. Contributed by Weiwei Yang. (cherry picked from commit 186650d21d482e2f3bc4523ae989ebe76081b0e3) (cherry picked from commit 063f2132ef54436e8a537d437e7a39256a74214f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9f9d554e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9f9d554e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9f9d554e Branch: refs/heads/branch-2.8 Commit: 9f9d554edfd83cbd2249c780124a75feebc52ef3 Parents: acc504d Author: Akira Ajisaka <[email protected]> Authored: Tue Jul 4 14:51:52 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Tue Jul 4 14:53:02 2017 +0900 ---------------------------------------------------------------------- .../hadoop-hdfs/src/main/resources/hdfs-default.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/9f9d554e/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml ---------------------------------------------------------------------- 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 b4fc90a..a7d4ef5 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 @@ -1712,8 +1712,8 @@ <name>dfs.namenode.stale.datanode.interval</name> <value>30000</value> <description> - Default time interval for marking a datanode as "stale", i.e., if - the namenode has not received heartbeat msg from a datanode for + Default time interval in milliseconds for marking a datanode as "stale", + i.e., if the namenode has not received heartbeat msg from a datanode for more than this time interval, the datanode will be marked and treated as "stale" by default. The stale interval cannot be too small since otherwise this may cause too frequent change of stale states. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
