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

Mark Miller commented on SOLR-5592:
-----------------------------------

You can have:
{noformat}
SolrCore Constructor
  getSearcher
    trigger first searcher listener asynchronously
      warming queries, components, perhaps getSearcher
  register JMX, perhaps getSearcher
{noformat}

> Possible deadlock on startup if using warming queries and certain components 
> and jmx.
> -------------------------------------------------------------------------------------
>
>                 Key: SOLR-5592
>                 URL: https://issues.apache.org/jira/browse/SOLR-5592
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>             Fix For: 5.0, 4.7, 4.6.1
>
>
> Seeing the case with a spellcheck component.
> We attempt to register JMX properties after we open the first searcher in 
> core init, but we can still have a race for the first searcher open because 
> first we call getSearcher and it can trigger concurrent warming queries that 
> can trigger components that call getSearcher.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to