Hey all, I have one doubt.. So we are using flink ...
# troubleshooting
a
Hey all, I have one doubt.. So we are using flink k8s operator to configure our flink app. We are storing the checkpoint and savepoint info to azure storage. now suppose we delete our application or it goes down and we need to start it from the last savepoint. How can we do that? Any help will be appreciated. If unclear then will be glad to provide more information. Thank you! Cc: @Dheemanth Gowda
s
Two options: 1. Take savepoint before deleting by changing savepointNonce. 2. If u are having upgrade mode as “savepoint” , automatically savepoint is taken when u suspend the job. You can reuse the same to restart.