You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2014/11/06 15:14:33 UTC

[jira] [Created] (FLINK-1222) Let tasks finish as soon as their data is sent

Stephan Ewen created FLINK-1222:
-----------------------------------

             Summary: Let tasks finish as soon as their data is sent
                 Key: FLINK-1222
                 URL: https://issues.apache.org/jira/browse/FLINK-1222
             Project: Flink
          Issue Type: Improvement
          Components: Distributed Runtime
    Affects Versions: 0.8-incubating
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
            Priority: Minor
             Fix For: 0.8-incubating


Currently tasks finish only after their successor has left the run() method, because only then the close acknowledgements are sent. Sending the close acknowledgements earlier would free resources earlier and lead to more understandable execution timestamps.



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