You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2018/09/21 12:00:00 UTC

[jira] [Closed] (FLINK-9983) Savepoints should count as checkpoints when recovering

     [ https://issues.apache.org/jira/browse/FLINK-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Wysakowicz closed FLINK-9983.
-----------------------------------
    Resolution: Duplicate

Will be fixed in [FLINK-10354]

> Savepoints should count as checkpoints when recovering
> ------------------------------------------------------
>
>                 Key: FLINK-9983
>                 URL: https://issues.apache.org/jira/browse/FLINK-9983
>             Project: Flink
>          Issue Type: Bug
>          Components: State Backends, Checkpointing
>            Reporter: Aljoscha Krettek
>            Priority: Critical
>             Fix For: 1.7.0
>
>
> If they are not used when recovering you can get intro problems with duplicate output data when a failure occurs after a savepoint was taken but before the next checkpoint occurs.
> The fix, in the long run, is to differentiate between savepoints that have side effects and those that don't. The former would be used for a "stop-with-savepoint" scenario while the latter is for in-between savepoints. This is harder to implement, so I vote for the easy fix described for now for fixing the duplication problems.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)