Re: Enabling savepoints when deploying in Application Mode

2022-04-12 Thread Yang Wang
If you are trying to submit a job to an already-running application via "flink run", then it will not succeed. Because this is the by-design behavior. Please note that triggering a savepoint will also update the checkpoint information in HA ConfigMap, so deleting the deployment(with HA ConfigMap r

Re: Enabling savepoints when deploying in Application Mode

2022-04-11 Thread Gyula Fóra
Hi Lilli! I am not aware of any problems with savepoint restore in application mode. What you can try is to use the *execution.savepoint.path *configuration setting to control it instead of the CLI and see if it makes a difference for you. Otherwise, you could also check out the https://github.co

Enabling savepoints when deploying in Application Mode

2022-04-11 Thread Lilli Pearson
Hi, Summary: I've run into a number of issues trying to marry savepoints with running Flink in Application Mode, and am wondering if anyone has suggestions on how to resolve them, or if savepoints and Application Mode simply aren't designed to work together. Context on app deployment: For long-ru