stevenzwu commented on issue #10892:
URL: https://github.com/apache/iceberg/issues/10892#issuecomment-2277123841

   I would also share how I implemented the Flink Iceberg sink at my previous 
company (Netflix) before the OSS implementation here. We generate UUID for each 
checkpoint entry/commit which are added to snapshot metadata (similar to 
checkpointId). During state restore, committer use the UUIDs to check if the 
restored checkpoints/attempts have been committed or not. There won't be 
`maxCommittedCheckpointId` in this case.


-- 
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-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to