jwan666 commented on PR #855: URL: https://github.com/apache/flink-kubernetes-operator/pull/855#issuecomment-2528828517
> > @chenyuzhi459 Can you list all the configurations you have? I have the similar issue (job restart cannot be from checkpoint) and I've tried to use your fix in v1.10. but I still have the issue - every time the operator restart a failed job, it always from scratch, no checkpoint is being used. I don't want to restart from a save point, either. Thanks! > > The oeprator conf: > > ``` > kubernetes.operator.job.restart.failed: true > ``` > > The flinkdeployment conf: > > ``` > spec: > job: > upgradeMode: savepoint > ``` > > @jwan666 Do you specify `upgradeMode` in your flinkdeployment ? Thank you! I have `upgradeMode` set to `savepoint` as well. -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org