You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2014/09/23 23:35:34 UTC

[jira] [Commented] (MAPREDUCE-6104) TestJobHistoryParsing.testPartialJob fails in branch-2

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

Hadoop QA commented on MAPREDUCE-6104:
--------------------------------------

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

    {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 2.0.3) 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-hs.

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

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

This message is automatically generated.

> TestJobHistoryParsing.testPartialJob fails in branch-2
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-6104
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6104
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 2.6.0
>            Reporter: Mit Desai
>            Assignee: Mit Desai
>         Attachments: MAPREDUCE-6104.patch
>
>
> TestJobHistoryParsing.testPartialJob intermittently fails with the following timeout error.
> {noformat}
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.239 sec <<<
> FAILURE! - in org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing
> testPartialJob(org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing)  Time
> elapsed: 1.025 sec  <<< ERROR!
> java.lang.Exception: test timed out after 1000 milliseconds
>     at java.util.zip.Inflater.inflateBytes(Native Method)
>     at java.util.zip.Inflater.inflate(Inflater.java:259)
>     at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:152)
>     at sun.misc.Resource.getBytes(Resource.java:124)
>     at java.net.URLClassLoader.defineClass(URLClassLoader.java:444)
>     at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>     at org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:93)
>     at org.apache.hadoop.security.Groups.<init>(Groups.java:77)
>     at
> org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.java:240)
>     at
> org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:257)
>     at
> org.apache.hadoop.security.UserGroupInformation.ensureInitialized(UserGroupInformation.java:234)
>     at
> org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:773)
>     at
> org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInformation.java:758)
>     at
> org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:631)
>     at
> org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testPartialJob(TestJobHistoryParsing.java:824)
> Results :
> Tests in error: 
>   TestJobHistoryParsing.testPartialJob:824 ยป  test timed out after 1000
> millisec...
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)