Hi All, There is a random container failure happening with below error. The application was running fine and it satrted failing only after adding the BoundedDedupOperator and a user defined checksum operator that calcuates the checksum of the message received from kafka and sends it to dedupe port for deduping
2017-06-08 11:24:18,253 INFO com.datatorrent.stram.StreamingAppMasterService: Completed containerId=container_1495579579991_0031_01_000010, state=COMPLETE, exitStatus=1, diagnostics=Exception from container-launch. Container id: container_1495579579991_0031_01_000010 Exit code: 1 Stack trace: ExitCodeException exitCode=1: at org.apache.hadoop.util.Shell.runCommand(Shell.java:582) at org.apache.hadoop.util.Shell.run(Shell.java:479) at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:773) at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:212) at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:302) at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:82) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Container exited with a non-zero exit code 1 Is there anything that I am missing here Regards Vivek -- View this message in context: http://apache-apex-users-list.78494.x6.nabble.com/Container-launch-failing-with-ExitCodeException-exitCode-1-tp1697.html Sent from the Apache Apex Users list mailing list archive at Nabble.com.