You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Bob Hastings (JIRA)" <ji...@apache.org> on 2015/05/27 16:11:18 UTC

[jira] [Commented] (SOLR-5386) Solr hangs on spellcheck.maxCollationTries

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

Bob Hastings commented on SOLR-5386:
------------------------------------

I am having the same problem with Solr 4.6.0.  The lock is occurring in SolrCore.getSearcher().  For me at startup both the [coreLoadExecutor-3-thread-1] and [searcherExecutor-4-thread-1] are blocked on the searhcerLock.wait() call line 1546 for SolrCore for release 4.6.0.  My guess is the synchronized block needs review.  I'll to more checking and let you know what I find.

BTW this happens every time this line is added to the /select RequestHandler:

<str name="spellcheck.maxCollationTries">5</str>

Whenever the value is greater than zero.

> Solr hangs on spellcheck.maxCollationTries
> ------------------------------------------
>
>                 Key: SOLR-5386
>                 URL: https://issues.apache.org/jira/browse/SOLR-5386
>             Project: Solr
>          Issue Type: Bug
>          Components: spellchecker
>    Affects Versions: 4.4, 4.5
>            Reporter: Jeroen Steggink
>              Labels: collate, maxCollationTries, spellcheck
>         Attachments: threaddump.log
>
>
> When spellcheck.maxCollationTries is set (>0) Solr hangs in combination with that requestHandler set to default="true".
> When I make another requestHandler default, one without the maxCollationTries, all requestHandlers work just fine.



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

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