dsmiley commented on issue #13325: URL: https://github.com/apache/lucene/issues/13325#issuecomment-2229550743
What does "refreshing indexes" mean exactly? Solr does not have special threads for opening/closing indexes; they will typically happen on the common Jetty request thread pool. If the suggestion is _intended_ to ensure that only one thread open/close an index, I don't see why that would be a "maintenance task" but I do see it could easily be done simply by ensuring only one thread does this work on-demand. But I'd be concerned indexes would open slowly if you have many. Any way; feels like a work-around to the JDK bug and not something desirable in its own right. -- 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