chenyuzhi459 commented on PR #855:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/855#issuecomment-2525391071

   > @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 ?


-- 
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

Reply via email to