Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 98014 invoked from network); 14 Nov 2010 04:53:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Nov 2010 04:53:09 -0000 Received: (qmail 63828 invoked by uid 500); 14 Nov 2010 04:53:40 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 63778 invoked by uid 500); 14 Nov 2010 04:53:40 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 63770 invoked by uid 99); 14 Nov 2010 04:53:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Nov 2010 04:53:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Nov 2010 04:53:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAE4rHLi006935 for ; Sun, 14 Nov 2010 04:53:17 GMT Message-ID: <18226866.65091289710396995.JavaMail.jira@thor> Date: Sat, 13 Nov 2010 23:53:16 -0500 (EST) From: "Eli Collins (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Updated: (HDFS-811) Add metrics, failure reporting and additional tests for HDFS-457 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated HDFS-811: ----------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) I've committed this. > Add metrics, failure reporting and additional tests for HDFS-457 > ---------------------------------------------------------------- > > Key: HDFS-811 > URL: https://issues.apache.org/jira/browse/HDFS-811 > Project: Hadoop HDFS > Issue Type: New Feature > Components: test > Affects Versions: 0.22.0 > Reporter: Ravi Phulari > Assignee: Eli Collins > Priority: Minor > Fix For: 0.22.0 > > Attachments: hdfs-811-1.patch, hdfs-811-2.patch, hdfs-811-3.patch, hdfs-811-4.patch, hdfs-811-5.patch, hdfs-811-6.patch > > > HDFS-457 introduced a improvement which allows datanode to continue if a volume for replica storage fails. Previously a datanode resigned if any volume failed. > Description of HDFS-457 > {quote} > Current implementation shuts DataNode down completely when one of the configured volumes of the storage fails. > This is rather wasteful behavior because it decreases utilization (good storage becomes unavailable) and imposes extra load on the system (replication of the blocks from the good volumes). These problems will become even more prominent when we move to mixed (heterogeneous) clusters with many more volumes per Data Node. > {quote} > I suggest following additional tests for this improvement. > #1 Test successive volume failures ( Minimum 4 volumes ) > #2 Test if each volume failure reports reduction in available DFS space and remaining space. > #3 Test if failure of all volumes on a data nodes leads to the data node failure. > #4 Test if correcting failed storage disk brings updates and increments available DFS space. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.