Dawid Wysakowicz created FLINK-23553: ----------------------------------------
Summary: Trigger global failover for a synchronous savepoint failure Key: FLINK-23553 URL: https://issues.apache.org/jira/browse/FLINK-23553 Project: Flink Issue Type: Bug Components: Runtime / Checkpointing Reporter: Dawid Wysakowicz Fix For: 1.14.0 We should trigger a global job failover in case of a {{stop-with-savepoint --drain}} fails. The situation is obvious in case of the with drain mode. If a savepoint fails we simply can not continue as we have already flushed all data and prepared the state for finishing. We can not simply continue processing records. It is more debatable for without drain mode, where we could theoretically continue processing records, however, it is also a good approach to unify the two modes. -- This message was sent by Atlassian Jira (v8.3.4#803005)