Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 19833 invoked from network); 29 Oct 2009 04:41:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Oct 2009 04:41:24 -0000 Received: (qmail 77027 invoked by uid 500); 29 Oct 2009 04:41:23 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 76954 invoked by uid 500); 29 Oct 2009 04:41:23 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 76941 invoked by uid 99); 29 Oct 2009 04:41:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2009 04:41:22 +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; Thu, 29 Oct 2009 04:41:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6BFED234C045 for ; Wed, 28 Oct 2009 21:40:59 -0700 (PDT) Message-ID: <975534663.1256791259427.JavaMail.jira@brutus> Date: Thu, 29 Oct 2009 04:40:59 +0000 (UTC) From: "Ravi Gummadi (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-408) TestKillSubProcesses fails with assertion failure sometimes 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/MAPREDUCE-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Gummadi updated MAPREDUCE-408: ----------------------------------- Attachment: MR-408-yhadoop20.patch This fix needs to be ported to Y! 20 distribution. Attaching patch for the same. > TestKillSubProcesses fails with assertion failure sometimes > ----------------------------------------------------------- > > Key: MAPREDUCE-408 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-408 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.21.0 > Reporter: Amareshwari Sriramadasu > Assignee: Ravi Gummadi > Fix For: 0.21.0 > > Attachments: MR-408-yhadoop20.patch, MR-408.patch, MR-408.v1.1.patch, MR-408.v1.patch > > > org.apache.hadoop.mapred.TestKillSubProcesses.testJobKillFailAndSucceed fails sometimes with following error Message: > {noformat} > Unexpected: The subprocess at level 3 in the subtree is not alive before Job completion > {noformat} > Stacktrace > {noformat} > junit.framework.AssertionFailedError: Unexpected: The subprocess at level 3 in the subtree is not alive before Job completion > at org.apache.hadoop.mapred.TestKillSubProcesses.runJobAndSetProcessHandle(TestKillSubProcesses.java:221) > at org.apache.hadoop.mapred.TestKillSubProcesses.runFailingJobAndValidate(TestKillSubProcesses.java:112) > at org.apache.hadoop.mapred.TestKillSubProcesses.runTests(TestKillSubProcesses.java:327) > at org.apache.hadoop.mapred.TestKillSubProcesses.testJobKillFailAndSucceed(TestKillSubProcesses.java:310) > {noformat} > one such failure at http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/495/testReport/org.apache.hadoop.mapred/TestKillSubProcesses/testJobKillFailAndSucceed/ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.