Re: collect reload causes a big latency spike

2020-03-03 Thread Karl Stoney
03 March 2020 15:28 To: solr-user Subject: Re: collect reload causes a big latency spike Reload throws most everything away, there's no provision for autowarming from the old caches. Consider that schema and solrconfig may have changed, so there would be lots of places could go wrong.

Re: collect reload causes a big latency spike

2020-03-03 Thread Erick Erickson
Reload throws most everything away, there's no provision for autowarming from the old caches. Consider that schema and solrconfig may have changed, so there would be lots of places could go wrong. I have to ask why you're reloading often enough to see this? This is a heavyweight action, really int

collect reload causes a big latency spike

2020-03-03 Thread Karl Stoney
Hi Everyone, When we use the solr collections API to reload a collection, we get a large latency spike in requests. I'm surprised by this because when we do new soft commits, our warming means they're near enough undetectable. Could anyone confirm if solr collection reload not use the filterCac