[
https://issues.apache.org/jira/browse/FLINK-18424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17143622#comment-17143622
]
allen chen commented on FLINK-18424:
------------------------------------
1、Some solutions are file sharing based, store checkpoint file on FTP or NFS,
which can find the file when the state is restored.
2、However, I am worried that there may be performance problem. Does Flink have
a better solution
3、FTP soulution links:
https://blog.csdn.net/weixin_41917987/article/details/90294765
> How does standalone mode not rely on distributed state storage
> --------------------------------------------------------------
>
> Key: FLINK-18424
> URL: https://issues.apache.org/jira/browse/FLINK-18424
> Project: Flink
> Issue Type: Wish
> Components: Runtime / Checkpointing
> Affects Versions: 1.10.0
> Reporter: Echo Lee
> Priority: Major
>
> Currently, Flink provides three types of checkpoints, memory, filesystem and
> rocksdb. Both filesystem and rocksdb need to set the checkpoint directory,
> directory can be local or remote. But if we set the checkpoint of the local
> directory in standalone mode, restore state may not be able to find the
> directory.
> This means that the checkpoint in standalone mode must rely on distributed
> storage. If we don’t want to rely on distributed storage, is there a better
> way to achieve it?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)