aboutsummaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-01-02 15:17:08 -0800
committerReynold Xin <rxin@apache.org>2014-01-02 15:17:08 -0800
commit0475ca8f81b6b8f21fdb841922cd9ab51cfc8cc3 (patch)
treeacfa5043265085346d6d0943711f9f48946dd0c0 /yarn
parent588a1695f4b0b7763ecfa8ea56e371783810dd68 (diff)
parenta1b438d94de10506dc7dcac54eb331ee2c0479aa (diff)
downloadspark-0475ca8f81b6b8f21fdb841922cd9ab51cfc8cc3.tar.gz
spark-0475ca8f81b6b8f21fdb841922cd9ab51cfc8cc3.tar.bz2
spark-0475ca8f81b6b8f21fdb841922cd9ab51cfc8cc3.zip
Merge pull request #320 from kayousterhout/erroneous_failed_msg
Remove erroneous FAILED state for killed tasks. Currently, when tasks are killed, the Executor first sends a status update for the task with a "KILLED" state, and then sends a second status update with a "FAILED" state saying that the task failed due to an exception. The second FAILED state is misleading/unncessary, and occurs due to a NonLocalReturnControl Exception that gets thrown due to the way we kill tasks. This commit eliminates that problem. I'm not at all sure that this is the best way to fix this problem, so alternate suggestions welcome. @rxin guessing you're the right person to look at this.
Diffstat (limited to 'yarn')
0 files changed, 0 insertions, 0 deletions