Hmm, that JIRA looks like exactly what's going on. I suspect the reason it's not generating that much interest is that restarting Solr should be a rare enough event that opening two searchers isn't causing enough difficulty for someone to break loose the time to create a patch.
The patch attached just illustrated the case, it doesn't contain a fix. So I'm afraid there's nothing OOB that'll fix this. Best, Erick On Wed, Oct 5, 2016 at 7:40 PM, Rallavagu <rallav...@gmail.com> wrote: > Not sure if this is related. > > https://issues.apache.org/jira/browse/SOLR-7035 > > firstSearcher has few queries that run longer (~3 min) > > On 10/5/16 6:58 PM, Erick Erickson wrote: >> >> How many cores? Is it possible you're seeing these from two different >> cores? >> >> Erick >> >> On Wed, Oct 5, 2016 at 11:44 AM, Rallavagu <rallav...@gmail.com> wrote: >>> >>> Solr Cloud 5.4.1 with embedded jetty, jdk8 >>> >>> At the time of startup it appears that "QuerySenderListener" is run twice >>> and this is causing "firstSearcher" and "newSearcher" to run twice as >>> well. >>> Any clues as to why QuerySenderListener is triggered twice? Thanks.