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

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

Situation involved with transientCacheSize and loadOnStartup

In the last email, we describe a situation like this,

    transientSize=2
    create 6 transient cores, and all of them are loadOnStarup=True
    Restart solr.

    Then, you will find 2 cores loaded, let say core5, core6. They work fine.
    But you cannot access core1, core2, core3, core4. There is no failure, no 
error message. But you just need to keep waiting… Forever.

    What make thing even funnier, you open the JConsole, you will find 6 core’s 
metrics are there — In a normal situation, there should only be two cores 
metrics.


> 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