-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestIndexWriterOnVMError.testUnknownError fails with unclosed file handles #13434
Labels
Comments
Also note,
Fails on main as well. |
jpountz
added a commit
to jpountz/lucene
that referenced
this issue
May 29, 2024
Pull request apache#13406 inadvertly broke Lucene's handling of tragic exceptions by stopping after the first `DocValuesProducer` whose `close()` calls throws an exception, instead of keeping calling `close()` on further producers in the list. This moves back to the previous behavior. Closes apache#13434
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
TestIndexWriterOnVMError.testUnknownError fails reliably with unclosed file handles. It fails in 9x and on main.
On main, the teset name is instead
TestIndexWriterOnError.testUnknownError
Gradle command to reproduce
The text was updated successfully, but these errors were encountered: