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

Hadoop QA commented on MAPREDUCE-5833:
--------------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12640355/MAPREDUCE-5833.2.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app.

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

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

This message is automatically generated.

> TestRMContainerAllocator fails ocassionally
> -------------------------------------------
>
>                 Key: MAPREDUCE-5833
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5833
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Zhijie Shen
>            Assignee: Zhijie Shen
>         Attachments: MAPREDUCE-5833.1.patch, MAPREDUCE-5833.2.patch
>
>
> testReportedAppProgress and testReportedAppProgressWithOnlyMaps have race 
> conditions.
> {code}
> Stacktrace
> java.util.NoSuchElementException: null
>       at java.util.Collections$EmptyIterator.next(Collections.java:2998)
>       at 
> org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator.testReportedAppProgress(TestRMContainerAllocator.java:535)
> {code}
> {code}
> Error Message
> Task state is not correct (timedout) expected:<RUNNING> but was:<SCHEDULED>
> Stacktrace
> junit.framework.AssertionFailedError: Task state is not correct (timedout) 
> expected:<RUNNING> but was:<SCHEDULED>
>       at junit.framework.Assert.fail(Assert.java:50)
>       at junit.framework.Assert.failNotEquals(Assert.java:287)
>       at junit.framework.Assert.assertEquals(Assert.java:67)
>       at org.apache.hadoop.mapreduce.v2.app.MRApp.waitForState(MRApp.java:393)
>       at 
> org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator.testReportedAppProgressWithOnlyMaps(TestRMContainerAllocator.java:700)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to