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.
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
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