Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 55518 invoked from network); 5 Feb 2009 18:36:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 18:36:44 -0000 Received: (qmail 30626 invoked by uid 500); 5 Feb 2009 18:36:41 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 30584 invoked by uid 500); 5 Feb 2009 18:36:41 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 30573 invoked by uid 99); 5 Feb 2009 18:36:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 10:36:41 -0800 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 [69.147.107.21] (HELO mrout2-b.corp.re1.yahoo.com) (69.147.107.21) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 18:36:31 +0000 Received: from [10.72.185.127] (gentlepaint-lx.corp.yahoo.com [10.72.185.127]) by mrout2-b.corp.re1.yahoo.com (8.13.8/8.13.8/y.out) with ESMTP id n15IZb15037618 for ; Thu, 5 Feb 2009 10:35:38 -0800 (PST) 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=c8Ah930Y9LHdUsiyb9IkTjsS3ucIjRRcVvOCxB8aGQ/pzK44WGiTo+oyIxkInoAU Message-ID: <498B3179.2080201@yahoo-inc.com> Date: Thu, 05 Feb 2009 10:35:37 -0800 From: Konstantin Shvachko User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: core-dev@hadoop.apache.org Subject: Re: displaying decommissioned node in dfshealth.jsp References: <3b5f72030902051013r11e6bf8cq4e40cfa6c73b219d@mail.gmail.com> In-Reply-To: <3b5f72030902051013r11e6bf8cq4e40cfa6c73b219d@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 Did you look at the name-node web UI? What does it say about decommissioned nodes? Thanks, --Konstantin Bill Au wrote: > Right now a decommissioned datanode shows up as a dead datanode in > dfshealth.jsp. I went into a case where a datanode failed after I have > decomissioned another datanode in the same Hadoop cluster. They both show > up as dead datanodes, and the operation folks don't know which is which. I > noticed that dfsadmin -report does show the admin state of the > decommissioned datanode as "Decommissioned". So I am thinking that if we > add a "Admin State" column in the Dead Datanodes table in dfshealth.jsp > (similar to the existing Admin State column in the Live Datanodes table), it > will be clear if a dead datanode was in service or was decommissioned. > > The change/addition to dfshealth.jsp is simple and straight forward. I am > willing to submit a patch via jira. Should I go ahead? > > Bill >