Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 542BC200CC6 for ; Tue, 4 Jul 2017 07:53:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 52C92160BF9; Tue, 4 Jul 2017 05:53:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 973CC160BEC for ; Tue, 4 Jul 2017 07:53:13 +0200 (CEST) Received: (qmail 27049 invoked by uid 500); 4 Jul 2017 05:53:12 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 27038 invoked by uid 99); 4 Jul 2017 05:53:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2017 05:53:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E1ABDFB8A; Tue, 4 Jul 2017 05:53:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aajisaka@apache.org To: common-commits@hadoop.apache.org Message-Id: <8830a25349ff4bc6a6b95472a021c906@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HDFS-12078. Add time unit to the description of property dfs.namenode.stale.datanode.interval in hdfs-default.xml. Contributed by Weiwei Yang. Date: Tue, 4 Jul 2017 05:53:12 +0000 (UTC) archived-at: Tue, 04 Jul 2017 05:53:14 -0000 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 Authored: Tue Jul 4 14:51:52 2017 +0900 Committer: Akira Ajisaka 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 @@ dfs.namenode.stale.datanode.interval 30000 - 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: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org