[ 
https://issues.apache.org/jira/browse/SOLR-9710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15626662#comment-15626662
 ] 

James Dyer commented on SOLR-9710:
----------------------------------

I tried to remedy this problem by adding this to the appropriate solrconfig.xml:

{code:xml}
<query>
    <useColdSearcher>false</useColdSearcher>
    <maxWarmingSearchers>1</maxWarmingSearchers>
</query
{code}

Stepping through SolrConfig.java, this element was placed in the wrong section 
of the file, and maxWarmingSearchers was being set to Integer.MAX_VALUE instead 
of 1.  I think if I move this to the correct place in the file, this 
intermittent problem will be solved.

> SpellCheckComponentTest (still) occasionally fails
> --------------------------------------------------
>
>                 Key: SOLR-9710
>                 URL: https://issues.apache.org/jira/browse/SOLR-9710
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: spellchecker
>    Affects Versions: 6.2.1
>            Reporter: James Dyer
>            Assignee: James Dyer
>            Priority: Minor
>             Fix For: 6.3
>
>
> In December 2015, I addressed occasional, non-reproducable failures with the 
> Spellcheck Component tests.  These were failing with this warning:
> bq. PERFORMANCE WARNING: Overlapping onDeckSearchers=2
> ...and the test itself would run before the test data was committed, 
> resulting in failure.
> This problem is re-occurring and needs a better fix.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to