dweiss opened a new pull request, #15437: URL: https://github.com/apache/lucene/pull/15437
TestIndexWriterWithThreads.testCloseWithThreads occasionally throws "Too many open files" from HandleLimitFS. This test is designed to run multiple threads in parallel, each thread adding documents and performing merges, while the main thread closes the index writer forcefully. I rewrote the test slightly but didn't want to add too much thread coordination. I also bumped the HandleLimitFS to 4x the default limit. The test passes for me with `-Ptests.iters=100` with no problems after that. -- 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]
