Re: Where is the "Latest Savepoint" information saved?
Posted by
Hao Sun on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Where-is-the-Latest-Savepoint-information-saved-tp24395p24413.html
Can we add an option to allow job cluster mode to start from the latest save point? Otherwise I have to somehow get the info from ZK, before job cluster's container started by K8s.
Hi Hao,
The savepoint path is stored in ZK, but it’s in binary format, so in order to retrieve the path you have to deserialize it back to some Flink internal object.
A better approach would be using REST api to get the path. You could find it here[1].
Best,
Paul Lam
Since this save point path is very useful to application updates, where is this information stored? Can we keep it in ZK or S3 for retrieval?
<image.png>