yadavay-amzn opened a new pull request, #16432: URL: https://github.com/apache/iceberg/pull/16432
Fixes #16380. Adds an end-to-end test verifying the full production path when a commit fails: 1. Coordinator.process() throws RuntimeException 2. CoordinatorThread.run() catches it, sets terminated=true 3. CommitterImpl.save() calls processControlEvents(), detects termination 4. NotRunningException is thrown, transitioning the task to FAILED This complements the existing unit tests in TestCoordinator which call coordinator.process() directly (skipping CoordinatorThread). ### 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]
