[
https://issues.apache.org/jira/browse/FLINK-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563317#comment-14563317
]
ASF GitHub Bot commented on FLINK-2109:
---------------------------------------
GitHub user uce opened a pull request:
https://github.com/apache/flink/pull/745
[FLINK-2109] [runtime] Fix CancelTaskException handling
Thanks to @StephanEwen for helping out. I'm waiting to hear back from
Travis.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/uce/incubator-flink canceltaskexception-2109
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/745.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #745
----
commit 43b00592bc4d003295bde98a55fe291350033dd1
Author: Ufuk Celebi <[email protected]>
Date: 2015-05-28T17:40:08Z
[FLINK-2109] [runtime] Fix CancelTaskException handling
----
> CancelTaskException leads to FAILED task state
> ----------------------------------------------
>
> Key: FLINK-2109
> URL: https://issues.apache.org/jira/browse/FLINK-2109
> Project: Flink
> Issue Type: Bug
> Components: Distributed Runtime
> Affects Versions: master
> Reporter: Ufuk Celebi
> Assignee: Ufuk Celebi
>
> The {{CancelTaskException}} is thrown to trigger canceling of the executing
> task. It is intended to cause a cancelled status, rather than a failed status.
> Currently, it leads to a {{FAILED}} state instead of the expected
> {{CANCELED}} state.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)