yadavay-amzn opened a new pull request, #16434: URL: https://github.com/apache/iceberg/pull/16434
Fixes #16393. Adds a configurable consecutive-failure threshold (`iceberg.connect.commit.max-consecutive-failures`, default: 3). The coordinator only terminates after N consecutive full-commit failures, avoiding unnecessary operator intervention for transient errors. On successful commit, the counter resets to 0. This preserves the safety guarantee (persistent failures still kill the task) while tolerating transient blips. ### Willingness to contribute - [x] I can contribute this fix independently -- 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]
