[ 
https://issues.apache.org/jira/browse/SOLR-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erick Erickson resolved SOLR-4850.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 4.4
                   5.0

Fixed as part of SOLR-4910
                
> Cores defined as loadOnStartup="true" and transient="true" can't be queried 
> ----------------------------------------------------------------------------
>
>                 Key: SOLR-4850
>                 URL: https://issues.apache.org/jira/browse/SOLR-4850
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore
>    Affects Versions: 4.3, 4.2.1
>            Reporter: Lyubov Romanchuk
>            Assignee: Erick Erickson
>             Fix For: 5.0, 4.4
>
>
> It seems like in order to query transient cores they must be defined with
> loadOnStartup="false".
> I define one core loadOnStartup="true" and transient="false", and another
> cores to be  loadOnStartup="true" and transient="true", and
> transientCacheSize is default (=Integer.MAX_VALUE).
> In this case CoreContainer.dynamicDescriptors will be empty and then
> CoreContainer.getCoreFromAnyList(String) and CoreContainer.getCore(String)
> returns null for all transient cores.
> As a result such cores (loadOnStartup="true" and transient="true") can't be 
> queried at all (neither from Query nor from Overview). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to