David Smiley created SOLR-17648: ----------------------------------- Summary: multiThreaded: Remove obsolete RejectedExecutionException avoidance Key: SOLR-17648 URL: https://issues.apache.org/jira/browse/SOLR-17648 Project: Solr Issue Type: Task Reporter: David Smiley
Lucene 9.12 fixed a RejectedExecutionException risk https://github.com/apache/lucene/pull/13622 in which RejectedExecutionException is caught and the task is run. This is done with a simple Executor wrapper in IndexSearcher's constructor. I propose we remove the hack/work-around in SolrIndexSearcher. This brings back a LinkedBlockingQueue, and queue size to determine. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org