You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2015/05/28 18:07:18 UTC

[jira] [Created] (FLINK-2110) Early slot release after Execution failure

Ufuk Celebi created FLINK-2110:
----------------------------------

             Summary: Early slot release after Execution failure
                 Key: FLINK-2110
                 URL: https://issues.apache.org/jira/browse/FLINK-2110
             Project: Flink
          Issue Type: Bug
          Components: Scheduler
    Affects Versions: master
            Reporter: Ufuk Celebi


In {{Execution#processFail(Throwable, boolean)}}, the slot is released before the cancel msg is send to the respective task manager assigned to this Execution.

Cancelling on the TM can take some time, which can result in a too early release of the slot on the JM.



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