Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 11478 invoked from network); 26 Mar 2009 04:30:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Mar 2009 04:30:30 -0000 Received: (qmail 63857 invoked by uid 500); 26 Mar 2009 04:30:27 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 63820 invoked by uid 500); 26 Mar 2009 04:30:27 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 63809 invoked by uid 99); 26 Mar 2009 04:30:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 04:30:26 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.145.54.172] (HELO mrout2.yahoo.com) (216.145.54.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 04:30:15 +0000 Received: from [66.228.165.118] (cdev6016.yst.corp.yahoo.com [66.228.165.118]) by mrout2.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id n2Q4Swq7021923 for ; Wed, 25 Mar 2009 21:28:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: references:in-reply-to:content-type:content-transfer-encoding; b=ltXtfYYXDB8VVRYQJ9HvVteaV1sZlrAyj6MJPGBKSq1tmpJUEaXRfsMpDPh4hlt4 Message-ID: <49CB048A.4080704@yahoo-inc.com> Date: Thu, 26 Mar 2009 04:28:58 +0000 From: Raghu Angadi User-Agent: Thunderbird 2.0.0.19 (X11/20081209) MIME-Version: 1.0 To: core-user@hadoop.apache.org Subject: Re: about dfsadmin -report References: <430378a70903250300g544e2a69g3904b8dbfd0f3853@mail.gmail.com> In-Reply-To: <430378a70903250300g544e2a69g3904b8dbfd0f3853@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org stchu wrote: > Hi, > > I do a test about the datanode crash. I stop the networking on one of the > datanode. > The Web app and fsck report that datanode dead after 10 mins. But dfsadmin > -report > are not report that over 25 mins. Is this correct? Nope. Both web-ui and '-report' from the same source of info. They should be consistent. Raghu. > Thanks for your guide. > > stchu >