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

Junhao Li commented on SOLR-7667:
---------------------------------

The code involved are SolreCores.java allowCateLazyCores() and 
CoreContainer.java CloserThread.run()
---------------------------------------------------------------------------------------
I modify the solr code to confirm my conclusion. I give the wait a time out by

     log.info("Edwin's Log: We are trying to fix the startup problem");
     solrCores.getModifyLock().wait(1000);
     log.info("end waiting.");
--------------------------------------------------------------------------------------
Situation gone. But that is only a proof of concept. It is hard to specify a 
reasonable timeout value on which every one agree.

> If more cores are loaded at startup than the transient core size, cores 
> become unavailable.
> -------------------------------------------------------------------------------------------
>
>                 Key: SOLR-7667
>                 URL: https://issues.apache.org/jira/browse/SOLR-7667
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.2.1, Trunk
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>
> Edwin Lee from the user's list caught this, the original post is titled 
> "loadOnStartup & transientCoreSize & BUG Report on CoreContainer.java"
> Nice catch Edwin!
> More details to follow:



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

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

Reply via email to