Re: Can Solr 8.10 S3BackupRepository work without a shared NFS drive?

2021-11-02 Thread Jason Gerlowski
To your second question: no. Solr's backup process works by sending a message to each shard leader to fetch and restore the data in that shard. Shard leaders fetch this data from the backup repository (S3 in this case), and then send copies of this data to any other replicas that might exist in t

Max requests queued per destination 3000 exceeded for HttpDestination

2021-11-02 Thread Amrit Sarkar
Hi team, We are weirdly seeing this peculiar exception when going beyond a limit at the time of load testing for a POC. We are trying to utilise *Gatling* HTTP as a load tester documented under https://gatling.io/docs/gatling/reference/current/http/protocol/.