[ 
https://issues.apache.org/jira/browse/FLINK-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847206#comment-15847206
 ] 

ramkrishna.s.vasudevan commented on FLINK-4810:
-----------------------------------------------

bq.numUnsuccessfulCheckpointsTriggers
Already we have this in Checkpoint Coordinator. So we could safely use this to 
compare against the configured 'n' and trigger a fail on the ExecutionGraph ? - 
Ping [~StephanEwen]?

> Checkpoint Coordinator should fail ExecutionGraph after "n" unsuccessful 
> checkpoints
> ------------------------------------------------------------------------------------
>
>                 Key: FLINK-4810
>                 URL: https://issues.apache.org/jira/browse/FLINK-4810
>             Project: Flink
>          Issue Type: Sub-task
>          Components: State Backends, Checkpointing
>            Reporter: Stephan Ewen
>
> The Checkpoint coordinator should track the number of consecutive 
> unsuccessful checkpoints.
> If more than {{n}} (configured value) checkpoints fail in a row, it should 
> call {{fail()}} on the execution graph to trigger a recovery.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to