Description
This is the stack trace:
at org.apache.solr.request.SolrRequestInfo.setRequestInfo(SolrRequestInfo.java:59) at org.apache.solr.core.QuerySenderListener.newSearcher(QuerySenderListener.java:68) at org.apache.solr.core.SolrCore$6.call(SolrCore.java:1859) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)
SolrRequestInfo is being set in MDCAwareThreadPoolExecutor.execute() and later in QuerySenderListener.newSearcher() in the same thread.
Attachments
Attachments
Issue Links
- is duplicated by
-
SOLR-9244 Lots of "Previous SolrRequestInfo was not closed" in Solr log
- Closed