http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Restoring-from-Flink-Savepoint-in-Kubernetes-not-working-tp42664p42679.html
Thanks for your reply. I'm using the flink docker image flink:1.12.2-scala_2.11-java8. Yes, the folder was created in S3. I took a look at the UI and it showed the following:
Latest Restore ID: 49Restore Time: 2021-03-31 09:37:43Type: CheckpointPath: s3://<bucket>/<folder>/fcc82deebb4565f31a7f63989939c463/chk-49
However, this is different from the savepoint path I specified. I specified the following:
s3://<bucket>/<folder>/savepoint2/savepoint-9fe457-504c312ffabe
Is there anything specific you're looking for in the logs? I did not find any exceptions and there is a lot of sensitive information I would have to extract from it.
Also, this morning, I tried creating another savepoint. It first showed it was In Progress.
Then later when I tried to check the status, I saw the attached exception.
In the UI, I see the following:
Latest Failed Checkpoint ID: 50Failure Time: 2021-03-31 09:34:43Cause: Asynchronous task checkpoint failed.
What does this failure mean?