yadavay-amzn opened a new pull request, #16433: URL: https://github.com/apache/iceberg/pull/16433
Fixes #16392. Adds a counter for partial commit failures in the Coordinator. When `commit(partialCommit=true)` catches a RuntimeException, the counter increments. This gives operators visibility into how often partial commits fail on overloaded clusters. Exposed via `partialCommitFailureCount()` for testing; can be wired to a Kafka Connect Sensor/MBean in a follow-up if needed. ### 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]
