aiborodin commented on issue #14425: URL: https://github.com/apache/iceberg/issues/14425#issuecomment-4168127364
Hi @UrsSchoenenbergerNu, I had a quick look at the `FlinkSink`, and it appears that it can have the same issue. `IcebergFilesCommitter` performs a similar sequence of events during recovery: 1. Checks max committed checkpoint ID 2. Issues a commit request (which can become a duplicate due to a delayed in-flight commit in the REST catalog). So I think `FlinkSink` requires the same fix. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
