Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 65741 invoked from network); 10 Jun 2010 00:38:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jun 2010 00:38:37 -0000 Received: (qmail 35504 invoked by uid 500); 10 Jun 2010 00:38:36 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 35473 invoked by uid 500); 10 Jun 2010 00:38:36 -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 35465 invoked by uid 99); 10 Jun 2010 00:38:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 00:38:36 +0000 X-ASF-Spam-Status: No, hits=-1510.1 required=10.0 tests=ALL_TRUSTED,AWL 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; Thu, 10 Jun 2010 00:38:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5A0cFoC022655 for ; Thu, 10 Jun 2010 00:38:16 GMT Message-ID: <20707745.14191276130295603.JavaMail.jira@thor> Date: Wed, 9 Jun 2010 20:38:15 -0400 (EDT) From: "Eli Collins (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-811) Add metrics, failure reporting and additional tests for HDFS-457 In-Reply-To: <104253428.1259968280645.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877278#action_12877278 ] Eli Collins commented on HDFS-811: ---------------------------------- I'll update the patch to add descriptions to the asserts and remove the white-space you listed (arg!). I can't think of a better description for the class, I would put the tests in TestDataNodeVolumeFailure if they could easily share the setup, teardown, etc. but open to renaming if you've got a suggestion. > 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: Test > Components: test > Affects Versions: 0.21.0, 0.22.0 > Reporter: Ravi Phulari > Assignee: Eli Collins > Priority: Minor > Fix For: 0.21.0, 0.22.0 > > Attachments: hdfs-811-1.patch, hdfs-811-2.patch, hdfs-811-3.patch, hdfs-811-4.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.