can we recover job use latest checkpointed state instead of savepoint, and how?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

can we recover job use latest checkpointed state instead of savepoint, and how?

hzyuemeng1
i found that use savepoint to recover job sometimes failed, can we use  latest checkpointed to recover failed job
how?
thank you.


发自网易邮箱大师
Reply | Threaded
Open this post in threaded view
|

Re: can we recover job use latest checkpointed state instead of savepoint, and how?

Tzu-Li (Gordon) Tai
Hi,

Externalized checkpoints [1] seems to be exactly what you are looking for.

Checkpoints are by default not persisted, unless configured otherwise to be
externalized so that they are not automatically cleaned up when the job
fails. They can be used to resume the job.

On the other hand, it would be interesting to understand why your savepoint
restore sometimes fail.
If you suspect it could be an issue with Flink, could you provide any more
details on the failure?

Cheers,
Gordon

[1]
https://ci.apache.org/projects/flink/flink-docs-release-1.4/ops/state/checkpoints.html#externalized-checkpoints



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/