aiborodin commented on issue #14425: URL: https://github.com/apache/iceberg/issues/14425#issuecomment-3466535584
I came up with a simpler idea to fix this. We should validate that all new parent snapshots, coming from the refresh in `SnapshotProducer.apply()`, have a committed checkpoint ID lower than the checkpoint ID of the currently staged committable. Otherwise, throw a validation failure and let Flink retry to prevent the commit in the next `getMaxCommittedCheckpointId()` check. I raised this PR: https://github.com/apache/iceberg/pull/14445. Could you please take a look? -- 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]
