Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 51223 invoked from network); 31 Mar 2009 14:55:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2009 14:55:17 -0000 Received: (qmail 38970 invoked by uid 500); 31 Mar 2009 14:55:16 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 38914 invoked by uid 500); 31 Mar 2009 14:55:16 -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 38904 invoked by uid 99); 31 Mar 2009 14:55:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 14:55:16 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 14:55:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C610F234C003 for ; Tue, 31 Mar 2009 07:54:53 -0700 (PDT) Message-ID: <1160400228.1238511293797.JavaMail.jira@brutus> Date: Tue, 31 Mar 2009 07:54:53 -0700 (PDT) From: "Ramya R (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-5599) Unable to run jobs when all the nodes in rack are down In-Reply-To: <1346836832.1238511175814.JavaMail.jira@brutus> 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/HADOOP-5599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694138#action_12694138 ] Ramya R commented on HADOOP-5599: --------------------------------- Consider the following simple scenario: * Generate data * Datanodes in a given rack goes down(2 replicas of many block are lost) * Run sort on the generated data * Sort job fails * The filesystem is declared CORRUPT However the expected behavior would be to successfully sort the data available using the third replica of blocks. > Unable to run jobs when all the nodes in rack are down > ------------------------------------------------------ > > Key: HADOOP-5599 > URL: https://issues.apache.org/jira/browse/HADOOP-5599 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Affects Versions: 0.20.0 > Reporter: Ramya R > Fix For: 0.20.0 > > > Jobs such as randomwriter, sort, validator fail when all the datanodes in a rack are down. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.