On 03.07.20 18:42, John Smith wrote:
If I understand correctly on June 23rd it suspended the jobs? So at that
point they would no longer show in the UI or be restarted?

Yes, that is correct, though in the logs it seems the jobs failed terminally on June 22nd:

2020-06-22 23:30:22,130 INFO org.apache.flink.runtime.dispatcher.StandaloneDispatcher - Job ba50a77608992097a98b250b87a08da0 reached globally terminal state FAILED.

What you can do in that case is restore the jobs from a savepoint or from a retained checkpoint. See https://ci.apache.org/projects/flink/flink-docs-stable/ops/state/checkpoints.html#retained-checkpoints, you need to manually enable checkpoint retention.

I hope that helps.

Best,
Aljoscha

Reply via email to