Verify multiThreaded Parameter is in use

2024-10-04 Thread Yuntong Qu
Hi, We are running Solr 9.7 and testing performance for the new multiThreaded query Parameter. However we did not see much of a performance difference with the parameter enabled. Based on the ref guide, we should not need to specify config to enable multiThreaded query. Also the debug parameter d

Cancel ongoing solr backups

2024-07-16 Thread Yuntong Qu
Hi, We have large solr clouds that sometimes take hours to backup. Since during a Solr cloud backup, Collections API requests are queued by overseer, thus we can't make other Collections API calls during ongoing backup. Is there any way to cancel an ongoing backup? Thanks, Yuntong

Re: Cancel ongoing solr backups

2024-07-26 Thread yuntong . qu
Bumping this. Would love to know if there is a way to cancel a Solr cloud backup. > On Jul 16, 2024, at 17:12, Yuntong Qu wrote: > >  > Hi, > > We have large solr clouds that sometimes take hours to backup. Since during a > Solr cloud backup, Collections API requests a

Re: Cancel ongoing solr backups

2024-07-30 Thread Yuntong Qu
lr/9.6.1/solr/core/src/java/org/apache/solr/handler/SnapShooter.java > > > From: users@solr.apache.org At: 07/26/24 21:35:21 UTC+1:00To: > users@solr.apache.org > Subject: Re: Cancel ongoing solr backups > > Bumping this. Would love to know if there is a way to cancel a Solr cloud > back

Re: Cancel ongoing solr backups

2024-08-01 Thread Yuntong Qu
2024 at 5:41 PM Yuntong Qu wrote: > Thank you Christine for looking into this. > > I am also not aware of any ways to cancel backups or async collections api > calls. Agree that to implement this, it would make sense for something like > CANCELASYNC to cancel ongoing async c