You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2021/12/06 12:18:00 UTC

[jira] [Created] (FLINK-25191) Skip savepoints for recovery

Dawid Wysakowicz created FLINK-25191:
----------------------------------------

             Summary: Skip savepoints for recovery
                 Key: FLINK-25191
                 URL: https://issues.apache.org/jira/browse/FLINK-25191
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Checkpointing
            Reporter: Dawid Wysakowicz
             Fix For: 1.15.0


Intermediate savepoints should not be used for recovery. In order to achieve that we should:
* do not send {{notifyCheckpointComplete}} for intermediate savepoints
* do not add them to {{CompletedCheckpointStore}}

Important! Synchronous savepoints (stop-with-savepoint) should still commit side-effects. We need to distinguish them from the intermediate savepoints.

https://cwiki.apache.org/confluence/x/bIyqCw#FLIP193:Snapshotsownership-SkippingSavepointsforRecovery



--
This message was sent by Atlassian Jira
(v8.20.1#820001)