Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3E56110FB for ; Fri, 4 Jul 2014 16:06:57 +0000 (UTC) Received: (qmail 74080 invoked by uid 500); 4 Jul 2014 16:06:52 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 73941 invoked by uid 500); 4 Jul 2014 16:06:52 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 73930 invoked by uid 99); 4 Jul 2014 16:06:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2014 16:06:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of afsanjar@gmail.com designates 209.85.213.181 as permitted sender) Received: from [209.85.213.181] (HELO mail-ig0-f181.google.com) (209.85.213.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2014 16:06:49 +0000 Received: by mail-ig0-f181.google.com with SMTP id h15so2466408igd.8 for ; Fri, 04 Jul 2014 09:06:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4M4HTGj/+gtD4SlQ1oN5v3qam5zer7Lgp7XDyDW5W1U=; b=In3l/t0CDn+Lptr903XjKydk77axIZiJHOHNyEwxemxwqRA5RpvB2RMQky8DA8cAn1 5f3QVuyi409xAq4R2wJge9MS5mWYX1XDzPgaK/T6BoDWpVsQM5TTTpZU/GCZqRpTfYS9 jAaUdAJKu50W1VD6VFYBmK2jQAYRysO+VNmHI/eSAEAeN4hbOvQN8yc/GDKnQQjrCLw1 yPveNj/4QcNp8yHtGgfbGY+NFa6ftEXGBw3BC2BsuxXZBN9GUmcYQwLx5ReMt+NxgDYM NgX++Ibo7iGw8suoXwqVRiBT0yCWOvXY8Lzi+eXqZotPaKdcnrBTjRPqXpT/qnIv/aLa QC1w== MIME-Version: 1.0 X-Received: by 10.50.221.104 with SMTP id qd8mr26864797igc.35.1404489984450; Fri, 04 Jul 2014 09:06:24 -0700 (PDT) Received: by 10.64.73.40 with HTTP; Fri, 4 Jul 2014 09:06:24 -0700 (PDT) Date: Fri, 4 Jul 2014 11:06:24 -0500 Message-ID: Subject: heartbeat timeout doesn't work From: "MrAsanjar ." To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a113475ae9d72d204fd604e56 X-Virus-Checked: Checked by ClamAV on apache.org --001a113475ae9d72d204fd604e56 Content-Type: text/plain; charset=UTF-8 In my namenode's hdfs-site.xml file, I set the following values to reduce datanodes heartbeat timeout value to less then a minute. dfs.heartbeat.interval = 3 dfs.namenode.stale.datanode.interval = 15 However it is still takes 10 to 15 minutes before it timesout.. What am I doing wrong here? --001a113475ae9d72d204fd604e56 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
In my namenode's hdfs-site.xml file, I set the followi= ng values to reduce
datanodes heartbeat timeout value to less then a mi= nute.
=C2=A0 dfs.heartbeat.interval =3D 3
=C2=A0 dfs.namenode.stale.d= atanode.interval =3D 15
However it is still takes 10 to 15 minutes before it timesout..<= br>
What am I doing wrong here?

--001a113475ae9d72d204fd604e56--