murblanc commented on PR #2376: URL: https://github.com/apache/solr/pull/2376#issuecomment-2026945228
This changes ALL thread creations that use `SolrNamedThreadFactory`. I don't think that's the intention. Furthermore, `SolrZkClient` has an `isClosed` flag set from the `close()` method. I didn't look in detail but I suspect we want to do an orderly shutdown and not just brutally kill the thread. I'm afraid the change to solve your issue would have to be implemented differently. -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org