Doing solr collection backup on s3 bucket or g-drive

2022-11-07 Thread Neeraj giri
Hi all, I'm trying to get a backup for my collection and using collections API V2. which is giving *https not installed* errors. curl --location --request POST 'http://localhost:8983/api/collections' \ --header 'Content-Type: application/json' \ --data-raw ' { "backup-collection": { "name": "backup

Re: Doing solr collection backup on s3 bucket or g-drive

2022-11-07 Thread Shawn Heisey
On 11/7/22 04:40, Neeraj giri wrote: I'm trying to get a backup for my collection and using collections API V2. which is giving *https not installed* errors. Do you have a backup repository defined in solr.xml?  If you do, can you share its definition? I don't think https is supported as a b

【Solr 8.11.2】HttpShardHandler.takeCompletedOrError do not return for a long time

2022-11-07 Thread slly
Hello everyone. We recently encountered an online problem, only restart the process can recover. > The following threads are always in the WAITING state, will not exit > There is no obvious exception message in the log. > Maybe, the problem will only be triggered when querying multipl