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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
