Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 58817 invoked from network); 23 Mar 2010 10:21:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Mar 2010 10:21:51 -0000 Received: (qmail 97575 invoked by uid 500); 23 Mar 2010 10:21:51 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 97482 invoked by uid 500); 23 Mar 2010 10:21:49 -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 97299 invoked by uid 99); 23 Mar 2010 10:21:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Mar 2010 10:21:48 +0000 X-ASF-Spam-Status: No, hits=-1105.5 required=10.0 tests=ALL_TRUSTED,AWL 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, 23 Mar 2010 10:21:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F2EA234C1F2 for ; Tue, 23 Mar 2010 10:21:27 +0000 (UTC) Message-ID: <1988990896.430531269339687192.JavaMail.jira@brutus.apache.org> Date: Tue, 23 Mar 2010 10:21:27 +0000 (UTC) From: "Vinod K V (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 [ https://issues.apache.org/jira/browse/MAPREDUCE-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod K V updated MAPREDUCE-408: -------------------------------- Release Note: Fixed a bug in the testcase TestKillSubProcesses. (was: Fixes a bug in testcase TestKillSubProcesses.) > 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 > Components: test > 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.1.y20.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.