[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255837#comment-13255837
 ] 

Hadoop QA commented on MAPREDUCE-4160:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12522968/MAPREDUCE-4160.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2238//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2238//console

This message is automatically generated.
                
> 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
>         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

        

Reply via email to