nferrario commented on issue #13593: URL: https://github.com/apache/iceberg/issues/13593#issuecomment-3109157332
I don't have a stacktrace at hand but a related exception I've seen is a NPE when calling `clientFactory.createAdmin()` on `CommitterImpl.hasLeaderPartition()`. Is it possible that `close` is called before `open`, the NPE breaks program flow before `stopCoordinator()` and `stopWorker()` can be called, and that causes the issue? -- 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]
