Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 6947 invoked from network); 27 Oct 2008 19:04:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Oct 2008 19:04:38 -0000 Received: (qmail 34307 invoked by uid 500); 27 Oct 2008 19:04:35 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 34261 invoked by uid 500); 27 Oct 2008 19:04:35 -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 34250 invoked by uid 99); 27 Oct 2008 19:04:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Oct 2008 12:04:35 -0700 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; Mon, 27 Oct 2008 19:03:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A070E234C235 for ; Mon, 27 Oct 2008 12:03:30 -0700 (PDT) Message-ID: <1860049220.1225134210652.JavaMail.jira@brutus> Date: Mon, 27 Oct 2008 12:03:30 -0700 (PDT) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4517) unstable dfs when running jobs on 0.18.1 In-Reply-To: <34214162.1224875864209.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HADOOP-4517: ------------------------------------------- Attachment: 4517_20081027.patch 4517_20081027.patch: - only remove dead thread instead of all threads. - re-arranged the codes according to Raghu's comments. Thanks Raghu and Dhruba for reviewing. > unstable dfs when running jobs on 0.18.1 > ---------------------------------------- > > Key: HADOOP-4517 > URL: https://issues.apache.org/jira/browse/HADOOP-4517 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Affects Versions: 0.18.1 > Environment: hadoop-0.18.1 plus patches HADOOP-4277 HADOOP-4271 HADOOP-4326 HADOOP-4314 HADOOP-3914 HADOOP-4318 HADOOP-4351 HADOOP-4395 > Reporter: Christian Kunz > Assignee: Tsz Wo (Nicholas), SZE > Priority: Blocker > Fix For: 0.18.2, 0.19.1, 0.20.0 > > Attachments: 4517_20081024.patch, 4517_20081024b_0.18.patch, 4517_20081024c_0.18.patch, 4517_20081024d.patch, 4517_20081024d_0.18.patch, 4517_20081027.patch, datanode.out > > > 2 attempts of a job using 6000 maps, 1900 reduces > 1.st attempt: failed during reduce phase after 22 hours with 31 dead datanodes most of which became unresponsive due to an exception; dfs lost blocks > 2nd attempt: failed during map phase after 5 hours with 5 dead datanodes due to exception; dfs lost blocks responsible for job failure. > I will post typical datanode exception and attach thread dump. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.