Hi,

I am using Solr 4.10.2. 

When one of the shards in my environment is down and fails to recover - 
The process of deleting documents from other shards fails as well.

For example,
When running:
https://<xxx01>:8983/solr/<Collection_name>/update?stream.body=
<delete><query>*:*</query></delete>&commit=true

I get the following error message:
<str name="msg">No registered leader was found after waiting for 4000ms , 
collection: <Collection_name> slice: <xxx02> </str>

This causes a problem in a big environment where I have many shards and 
can't have one problem  causing no deletion of old data.

Is there a way around that?

To Query on data in such cases, I use shards.tolerant=true parameter to 
get results even if some shards are down.
Is there something similar for this case?

Thanks,
Tali



Reply via email to