[
https://issues.apache.org/jira/browse/FLINK-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395830#comment-14395830
]
ASF GitHub Bot commented on FLINK-1808:
---------------------------------------
Github user mbalassi commented on the pull request:
https://github.com/apache/flink/pull/551#issuecomment-89620475
Thanks for the fix, merging.
> 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)