easyice opened a new pull request, #13172: URL: https://github.com/apache/lucene/pull/13172
As discussed in #13116, The `Runnable` in `BKDWriter` won't be used in the `Thread` framework, it just call `run` method directly, this change introduce `IORunnable` to prevent throwing `UncheckedIOException`. Note: this failure reproducible on branch_9x and branch_9_10, but not reproducible on main branch for the same seed. Any suggestions is welcomed! Closes #13116. -- 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]
