You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Paris Carbone (JIRA)" <ji...@apache.org> on 2015/03/31 13:48:53 UTC

[jira] [Created] (FLINK-1808) Omit sending checkpoint barriers when the execution graph is not running

Paris Carbone created FLINK-1808:
------------------------------------

             Summary: Omit sending checkpoint barriers when the execution graph is not running
                 Key: FLINK-1808
                 URL: https://issues.apache.org/jira/browse/FLINK-1808
             Project: Flink
          Issue Type: Improvement
          Components: Streaming
            Reporter: Paris Carbone
            Assignee: Paris Carbone


Currently the StreamCheckpointCoordinator sends barrier requests even when the executionGraph is in FAILING or RESTARTING status which results in unneeded potential communication and space overhead until the job restarts again. It should therefore simply omit sending barriers requests when the execution graph is not in a RUNNING state. 



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