Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D346B9A4C for ; Wed, 18 Apr 2012 14:08:05 +0000 (UTC) Received: (qmail 2277 invoked by uid 500); 18 Apr 2012 14:08:05 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 2229 invoked by uid 500); 18 Apr 2012 14:08:05 -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 2124 invoked by uid 99); 18 Apr 2012 14:08:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 14:08:05 +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; Wed, 18 Apr 2012 14:07:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 972873A12C7 for ; Wed, 18 Apr 2012 14:07:38 +0000 (UTC) Date: Wed, 18 Apr 2012 14:07:38 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1727390252.903.1334758058620.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1013441348.33226.1334676378628.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-4160) some mrv1 ant tests fail with timeout - due to 4156 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-4160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13256583#comment-13256583 ] Hudson commented on MAPREDUCE-4160: ----------------------------------- Integrated in Hadoop-Mapreduce-trunk #1053 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1053/]) MAPREDUCE-4160. some mrv1 ant tests fail with timeout - due to 4156 (tgraves) (Revision 1327233) Result = SUCCESS tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327233 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/src/java/org/apache/hadoop/mapred/JobInProgress.java > some mrv1 ant tests fail with timeout - due to 4156 > --------------------------------------------------- > > Key: MAPREDUCE-4160 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4160 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: test > Affects Versions: 0.23.3 > Reporter: Thomas Graves > Assignee: Thomas Graves > Fix For: 0.23.3 > > Attachments: MAPREDUCE-4160.patch > > > Looks like the old mrv1 history server is getting null error when trying to parse the a null for the TaskFinishedEvent successfulAttemptId which was added in jira 4156. This is causing the ant tests to take like 9 hours to run. > [junit] java.io.IOException: java.lang.NullPointerException: null of string in field successfulAttemptId of org.apache.hadoop.mapreduce.jobhistory.TaskFinished of union in field event of org.apache.hadoop.mapreduce.jobhistory.Event > [junit] at org.apache.avro.generic.GenericDatumWriter.npe(GenericDatumWriter.java:92) > [junit] at org.apache.avro.generic.GenericDatumWriter.write(GenericDatumWriter.java:86) > [junit] at org.apache.avro.generic.GenericDatumWriter.write(GenericDatumWriter.java:57) > [junit] at org.apache.hadoop.mapreduce.jobhistory.EventWriter.write(EventWriter.java:66) > [junit] at org.apache.hadoop.mapreduce.jobhistory.JobHistory$MetaInfo.writeEvent(JobHistory.java:512) > [junit] at org.apache.hadoop.mapreduce.jobhistory.JobHistory.logEvent(JobHistory.java:345) > [junit] at org.apache.hadoop.mapred.JobInProgress.completedTask(JobInProgress.java:2717) > [junit] at org.apache.hadoop.mapred.JobInProgress.updateTaskStatus(JobInProgress.java:1221) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira