Hi

Checkpoint 是自动的,你可以配置retain checkpoint[1] 然后从checkpoint 
恢复[2],可以不需要一定触发Savepoint。

[1] 
https://ci.apache.org/projects/flink/flink-docs-stable/ops/state/checkpoints.html#retained-checkpoints
[2] 
https://ci.apache.org/projects/flink/flink-docs-stable/ops/state/checkpoints.html#resuming-from-a-retained-checkpoint
 

祝好
唐云

On 12/11/19, 11:56 AM, "lucas.wu" <lucas...@xiaoying.com> wrote:

    hi 各位:
    
有个问题想和大家讨论一下,就是flink的savepoint为什么要设置成手动的?如果在stop程序的时候没有做savepoint的话,在我重启的时候就不能使用之前保存的一些状态信息。为什么不参考spark的方式,定时做checkpoint,然后启动的时候指定ck地址就可以从上次执行的地方继续执行。

回复