Ufuk Celebi created FLINK-2109: ---------------------------------- Summary: 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)