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 "Jason Lowe (JIRA)" <ji...@apache.org> on 2013/05/18 00:33:16 UTC

[jira] [Updated] (MAPREDUCE-5257) TestContainerLauncherImpl fails

     [ https://issues.apache.org/jira/browse/MAPREDUCE-5257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Lowe updated MAPREDUCE-5257:
----------------------------------

    Component/s: mrv2
                 mr-am

A quick check of the test shows that we're getting an NPE during the test which probably leads to the test hanging:

{noformat}
2013-05-17 22:27:39,460 INFO  [ContainerLauncher #0] launcher.ContainerLauncherImpl (ContainerLauncherImpl.java:launch(135)) - Launching attempt_0_0000_m_000000_0
2013-05-17 22:27:39,460 ERROR [ContainerLauncher #0] launcher.ContainerLauncherImpl (ContainerLauncherImpl.java:sendContainerLaunchFailedMsg(412)) - Container launch failed for container_0_0000_00_000001 : java.lang.NullPointerException
	at org.apache.hadoop.yarn.util.ProtoUtils.convertFromProtoFormat(ProtoUtils.java:211)
	at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl.getCMProxy(ContainerLauncherImpl.java:358)
	at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.launch(ContainerLauncherImpl.java:146)
	at org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:398)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)

{noformat}

                
> TestContainerLauncherImpl fails
> -------------------------------
>
>                 Key: MAPREDUCE-5257
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5257
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mr-am, mrv2
>    Affects Versions: 2.0.5-beta
>            Reporter: Jason Lowe
>
> TestContainerLauncherImpl is hanging and eventually being killed by the surefire timeout which fails a maven test build.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira