Restoring from Flink Savepoint in Kubernetes not working
Posted by
Claude Murad on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Restoring-from-Flink-Savepoint-in-Kubernetes-not-working-tp42664.html
Hello,
args: ["standalone-job", "--job-classname", "<class-name>", "--job-id", "<job-id>", "--fromSavepoint", "s3://<bucket>/<folder>", "--allowNonRestoredState"]
After the job launches, I check the offsets and they are not the same as when the savepoint was created. The job id passed in also does not match the job id that was launched. I even put an incorrect savepoint path to see what happens and there were no errors in the logs and the job still launches. It seems these arguments are not even being evaluated. Any ideas about this?
Thanks