thx guys, i ended up using a mix of code from the solr-1143 and
solr-1537 patches, now whenever there is an exception theres is a
section in the results indicating the result is partial and also lists
the failed core(s), weve added some monitoring to check for that
output as well to alert us when a
On Fri, Jan 29, 2010 at 3:31 PM, Joe Calderon wrote:
> hello *, in distributed search when a shard goes down, an error is
> returned and the search fails, is there a way to avoid the error and
> return the results from the shards that are still up?
The SolrCloud branch has load-balancing capabili
My only suggestion is to put haproxy in front of two replicas and then have
haproxy do the failover. If a shard fails, the whole search will fail unless
you do something like this.
On Fri, Jan 29, 2010 at 3:31 PM, Joe Calderon wrote:
> hello *, in distributed search when a shard goes down, an err
hello *, in distributed search when a shard goes down, an error is
returned and the search fails, is there a way to avoid the error and
return the results from the shards that are still up?
thx much
--joe