zhouli created FLINK-33659:
------------------------------
Summary: Avoid unnecessary retries when restore from savepoint
failed.
Key: FLINK-33659
URL: https://issues.apache.org/jira/browse/FLINK-33659
Project: Flink
Issue Type: Improvement
Components: Runtime / Checkpointing
Reporter: zhouli
when restore a job from savepoint failed, if restart strategy is enabled, flink
will try to restart the job, and the restore would fail again.
We may wrap the exception as
[SuppressRestartsException|https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/execution/SuppressRestartsException.java]
to avoid unnecessary retries.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)