Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 73007 invoked from network); 11 Feb 2011 08:11:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2011 08:11:26 -0000 Received: (qmail 77830 invoked by uid 500); 11 Feb 2011 08:11:25 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 77703 invoked by uid 500); 11 Feb 2011 08:11:22 -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 77449 invoked by uid 99); 11 Feb 2011 08:11:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 08:11:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 08:11:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 78CF119F05C for ; Fri, 11 Feb 2011 08:10:57 +0000 (UTC) Date: Fri, 11 Feb 2011 08:10:57 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1620642263.10018.1297411857491.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (MAPREDUCE-2121) TestControlledMapReduceJob times out on trunk. 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-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated MAPREDUCE-2121: ----------------------------------- Resolution: Duplicate Status: Resolved (was: Patch Available) Resolving as dup since this was fixed by HADOOP-7087 > TestControlledMapReduceJob times out on trunk. > ---------------------------------------------- > > Key: MAPREDUCE-2121 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2121 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.21.0 > Reporter: Amareshwari Sriramadasu > Assignee: Todd Lipcon > Priority: Blocker > Fix For: 0.22.0 > > Attachments: mapreduce-2121-cleanup-tests.txt > > > TestControlledMapReduceJob times out on trunk. Logs show the following ArrayIndexOutOfBoundsException: > {noformat} > java.lang.ArrayIndexOutOfBoundsException: 0 > [junit] at org.apache.hadoop.mapred.ControlledMapReduceJob.map(ControlledMapReduceJob.java:302) > [junit] at org.apache.hadoop.mapred.ControlledMapReduceJob.map(ControlledMapReduceJob.java:60) > [junit] at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:54) > [junit] at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:397) > [junit] at org.apache.hadoop.mapred.MapTask.run(MapTask.java:330) > [junit] at org.apache.hadoop.mapred.Child$4.run(Child.java:223) > [junit] at java.security.AccessController.doPrivileged(Native Method) > [junit] at javax.security.auth.Subject.doAs(Subject.java:396) > [junit] at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1114) > [junit] at org.apache.hadoop.mapred.Child.main(Child.java:217) > {noformat} -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira