Re: loadOnStartup=false doesn't appear to work for Solr 6.6

2018-08-18 Thread Erick Erickson
Thanks for bringing that to closure, I was worried! At a low level, any time CoreContainer.getCore() gets called, the core is loaded. If there are transient cores, then perhaps an old transient core is aged out Best, Erick On Fri, Aug 17, 2018 at 9:38 AM, Tom Burton-West wrote: > Thanks

Re: loadOnStartup=false doesn't appear to work for Solr 6.6

2018-08-17 Thread Tom Burton-West
Thanks Erick, Silly oversight on my part. I went into the admin panel and used the core selector to view information about the core and it was running. I did some more thinking about it and restarted solr and looked at the core admin panel where I could see that the startTime was "-". So the

Re: loadOnStartup=false doesn't appear to work for Solr 6.6

2018-08-17 Thread Erick Erickson
Tom: That hasn't been _intentionally_ changed. However, any request that comes in (update or query) will permanently load the core (assuming no transient cores), and any request to the core will autoload it. How are you determining that the core hasn't been loaded? And are there any background

loadOnStartup=false doesn't appear to work for Solr 6.6

2018-08-17 Thread Tom Burton-West
Hello, I'm not using SolrCloud and want to have some cores not load when Solr starts up. I tried loadOnStartup=false, but the cores seem to start up anyway. Is the loadOnStartup parameter still usable with Solr 6.6 or does the documentation need updating? Or Is there something else I need to