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 2015/10/09 21:44:05 UTC

[jira] [Created] (FLINK-2846) Emit checkpoint barriers earlier, before drawing the state snapshot

Stephan Ewen created FLINK-2846:
-----------------------------------

             Summary: Emit checkpoint barriers earlier, before drawing the state snapshot
                 Key: FLINK-2846
                 URL: https://issues.apache.org/jira/browse/FLINK-2846
             Project: Flink
          Issue Type: Improvement
          Components: Streaming
    Affects Versions: 0.10
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 0.10


State snapshot drawing and downstream barrier emitting occur in an atomic scope. Currently, the barriers are emitted after the state snapshot has been drawn.

There is no reason why the barriers could not be emitted at the beginning of the atomic scope, and it would reduce the short stalls in the streaming pipeline when drawing the state snapshot of an operator checkpoint.



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