You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/06 11:39:55 UTC

[GitHub] [flink-kubernetes-operator] gyfora opened a new pull request, #257: [hotfix] Remove incorrect savepoint path check

gyfora opened a new pull request, #257:
URL: https://github.com/apache/flink-kubernetes-operator/pull/257

   The validation for valid lastSavepoint path is obsolete and can actually cause issues when trying to resume a job after a last-state suspend operation.
   
   With the current logic upgradeMode mostly affects how the job is suspended and not how they are restored, as the way the job was suspended directly affects what state is available for restore.
   
   The only exception is stateless restore which directly forces empty state, otherwise the job will always use the last state available (in other words, last-state restore is implicit)


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #257: [hotfix] Remove incorrect savepoint path check

Posted by GitBox <gi...@apache.org>.
gyfora commented on PR #257:
URL: https://github.com/apache/flink-kubernetes-operator/pull/257#issuecomment-1147356187

   cc @wangyang0918 


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-kubernetes-operator] gyfora merged pull request #257: [hotfix] Remove incorrect savepoint path check

Posted by GitBox <gi...@apache.org>.
gyfora merged PR #257:
URL: https://github.com/apache/flink-kubernetes-operator/pull/257


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org