[
https://issues.apache.org/jira/browse/SLIDER-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036354#comment-14036354
]
Steve Loughran commented on SLIDER-24:
--------------------------------------
{code}
Container exited with a non-zero exit code 32
.Failing this attempt.. Failing the application.
2014-06-18 18:54:16,075 [AsyncDispatcher event handler] INFO rmapp.RMAppImpl
(RMAppImpl.java:handle(639)) - application_1403117580322_0001 State change from
FINAL_SAVING to FAILED
2014-06-18 18:54:16,076 [AsyncDispatcher event handler] WARN
resourcemanager.RMAuditLogger (RMAuditLogger.java:logFailure(257)) -
USER=jenkins OPERATION=Application Finished - Failed TARGET=RMAppManager
RESULT=FAILURE DESCRIPTION=App failed with state: FAILED
PERMISSIONS=Application application_1403117580322_0001 failed 1 times due to AM
Container for appattempt_1403117580322_0001_000001 exited with exitCode: 32
due to: Exception from container-launch:
org.apache.hadoop.util.Shell$ExitCodeException:
org.apache.hadoop.util.Shell$ExitCodeException:
at org.apache.hadoop.util.Shell.runCommand(Shell.java:505)
at org.apache.hadoop.util.Shell.run(Shell.java:418)
at
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:650)
at
org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:195)
at
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:300)
at
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:81)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
{code}
> get builds up with jenkins.
> ---------------------------
>
> Key: SLIDER-24
> URL: https://issues.apache.org/jira/browse/SLIDER-24
> Project: Slider
> Issue Type: Sub-task
> Components: build
> Reporter: Steve Loughran
> Fix For: Slider 0.40
>
>
> Jenkins should be set up to build-on-commit, running standalone tests only
> (not functional, not any requiring app binaries). That is, slider-core tests
> only.
> This will be enough to find commits that break the build and core AM startup.
> It won't pick up container launch problems, or some aspects of failure
> recovery (we can test AM restart, but not container rebind, delayed failure
> notifications or the ability to allocate new containers after)
--
This message was sent by Atlassian JIRA
(v6.2#6252)