Child process doesn't catch exceptions thrown by BSPPeer
--------------------------------------------------------
Key: HAMA-432
URL: https://issues.apache.org/jira/browse/HAMA-432
Project: Hama
Issue Type: Bug
Affects Versions: 0.3.0
Reporter: Edward J. Yoon
Fix For: 0.4.0
All exceptions thrown by BSPPeer should be catched and the task status should
be updated.
{code}
line:915 task.run(job, bspPeer, umbilical); // run the task
org.apache.hama.bsp.BSPTask.run(BSPTask.java:60)
2011-08-30 13:44:32,121 INFO org.apache.hama.bsp.TaskRunner:
attempt_201108301343_0001_000000_0 at
org.apache.hama.bsp.GroomServer$BSPPeerChild.main(GroomServer.java:915)
2011-08-30 13:44:32,143 INFO org.apache.hama.bsp.TaskRunner:
attempt_201108301343_0001_000000_0 11/08/30 13:44:32 INFO zookeeper.ZooKeeper:
Session: 0x13219001fbc0004 closed
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira