Flink 也支持从 retained checkpoint 进行恢复,可以参考文档[1]
[1] https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/state/checkpoints.html#resuming-from-a-retained-checkpoint Best, Congxian 陈帅 <[email protected]> 于2019年12月11日周三 下午9:34写道: > flink 1.9里面支持cancel job with savepoint功能 > > https://ci.apache.org/projects/flink/flink-docs-stable/ops/state/savepoints.html#cancel-job-with-savepoint > checkpoint可能是增量的,但savepoint是全量的。具体区别可以参考 > > https://www.ververica.com/blog/differences-between-savepoints-and-checkpoints-in-flink > > > lucas.wu <[email protected]> 于2019年12月11日周三 上午11:56写道: > > > hi 各位: > > > > > 有个问题想和大家讨论一下,就是flink的savepoint为什么要设置成手动的?如果在stop程序的时候没有做savepoint的话,在我重启的时候就不能使用之前保存的一些状态信息。为什么不参考spark的方式,定时做checkpoint,然后启动的时候指定ck地址就可以从上次执行的地方继续执行。 >
