[
https://issues.apache.org/jira/browse/FLINK-18165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127402#comment-17127402
]
Yu Li commented on FLINK-18165:
-------------------------------
There's already a proposal of unifying the binary format of savepoint for
different backends, more details please refer to
[FLIP-41|https://cwiki.apache.org/confluence/display/FLINK/FLIP-41%3A+Unify+Binary+format+for+Keyed+State]
Not sure but maybe we could revive the work of FLIP-41 in 1.12.0 release cycle?
What do you think? [~klion26] [~tzulitai] Thanks.
> When savingpoint is restored, select the checkpoint directory and stateBackend
> ------------------------------------------------------------------------------
>
> Key: FLINK-18165
> URL: https://issues.apache.org/jira/browse/FLINK-18165
> Project: Flink
> Issue Type: Improvement
> Affects Versions: 1.9.0
> Environment: flink 1.9
> Reporter: Xinyuan Liu
> Priority: Major
>
> If the checkpoint file is used as the initial state of the savepoint startup,
> it must be ensured that the state backend used before and after is the same
> type, but in actual production, there will be more and more state, the
> taskmanager memory is insufficient and the cluster cannot be expanded, and
> the state backend needs to be switched at this time. And there is a need to
> ensure data consistency. Unfortunately, currently flink does not provide an
> elegant way to switch state backend, can the community consider this proposal
--
This message was sent by Atlassian Jira
(v8.3.4#803005)