You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/02/02 12:17:39 UTC

[jira] [Created] (FLINK-3314) Early cancel calls can cause Tasks to not cancel properly

Stephan Ewen created FLINK-3314:
-----------------------------------

             Summary: Early cancel calls can cause Tasks to not cancel properly
                 Key: FLINK-3314
                 URL: https://issues.apache.org/jira/browse/FLINK-3314
             Project: Flink
          Issue Type: Bug
          Components: Local Runtime
    Affects Versions: 1.0.0
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
            Priority: Blocker
             Fix For: 1.0.0


When a task receives the "cancel()" call before the operators are properly instantiated, it can be that the operator never receives a cancel call.

In certain cases, this causes the operator to hang.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)