ConeyLiu opened a new pull request, #8001: URL: https://github.com/apache/iceberg/pull/8001
The concurrent commit increases the probability of the commit failing when rewriting data/delete files with enabled partial progress. And those rewritten files will be deleted. In this PR, we add those file groups that failed to commit by CommitFailedException to the queue and take another try by `committerService` in the end. -- 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]
