Hi Pierre,
We have been using solr 8.10, and are running backup core/ replica wise
instead of node wise. Still, the IO wait used to increase significantly as
the size of each core used to be ~30 gb. The problem has reduced
significantly (not completely resolved, and load still increases slightly)
Hi Saksham,
What Solr version do you run?
With SOLR-16879 in Solr 9.4, a new throttling was added to limit the number
of concurrent backups per node. If I recall well, the default is 5 per
node. Before this fix, all the replica snapshots were started concurrently.
As far as I know, there is no me
Hi All,
Pinging again for some assistance!
On Tue, Jul 9, 2024 at 4:02 PM Saksham Gupta
wrote:
> Hi All,
>
> As an effort to enhance disaster recovery for solr, we have started a solr
> backup process on a daily basis. The backup runs for each replica one after
> the other, after which an integr