rmetzger opened a new pull request #15884: URL: https://github.com/apache/flink/pull/15884
## Brief change log When the creation of the savepoint fails, we go back into the Executing state (because the job is still running). However, this doesn't work, because Executing state is deploying the job when entering the state. In this change, we are moving the job deployment out of the Executing state, and assert in the state that it is running. I didn't chose the option of restarting the job, as this is potentially an expensive operation for the user. Once https://github.com/apache/flink/pull/15882 has been merged, I'll adjust this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
