uschindler commented on issue #12863: URL: https://github.com/apache/lucene/issues/12863#issuecomment-1836326667
Thanks @rmuir, I can confirm the above pattern happens when you access an IndexReader/IndexSearcher form another thread if it was closed. To see AlreadyClosedExceptions you need to upgrade to at least Lucene ~9.5 (better use latest 9.9) and use Java 19 or later. This configuration will give you a AlreadyClosedException instead of crashing your JVM. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org