Re: Limit IO while running solr backup

2024-07-23 Thread Saksham Gupta
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)

Re: Limit IO while running solr backup

2024-07-22 Thread Pierre Salagnac
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

Re: Limit IO while running solr backup

2024-07-09 Thread Saksham Gupta
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