You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2016/08/22 21:14:21 UTC

[jira] [Assigned] (FLINK-4445) Ignore unmatched state when restoring from savepoint

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

Ufuk Celebi reassigned FLINK-4445:
----------------------------------

    Assignee: Ufuk Celebi

> Ignore unmatched state when restoring from savepoint
> ----------------------------------------------------
>
>                 Key: FLINK-4445
>                 URL: https://issues.apache.org/jira/browse/FLINK-4445
>             Project: Flink
>          Issue Type: Improvement
>          Components: State Backends, Checkpointing
>    Affects Versions: 1.1.1
>            Reporter: Ufuk Celebi
>            Assignee: Ufuk Celebi
>
> When currently submitting a job with a savepoint, we require that all state is matched to the new job. Many users have noted that this is overly strict. I would like to loosen this and allow savepoints to be restored without matching all state.
> The following options come to mind:
> (1) Keep the current behaviour, but add a flag to allow ignoring state when restoring, e.g. {{bin/flink -s <savepoint> --ignoreUnmatchedState}}. This would be non-API breaking.
> (2) Ignore unmatched state and continue. Additionally add a flag to be strict about checking the state, e.g. {{bin/flink -s <savepoint> --strict}}. This would be API-breaking as the default behaviour would change. Users might be confused by this because there is no straight forward way to notice that nothing has been restored.
> I'm not sure what's the best thing here. [~gyfora], [~aljoscha] What do you think?



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