You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Gilles Comeau <gi...@polecat.co> on 2012/01/12 08:01:49 UTC

Determining which shard is failing using partialResults / some other technique?

Hi Solr Users,

 

Does anyone happen to know if the keyword partialResults be used in a solr
http request?   (partialResults is turned off at the .xml level)

 

Something like: http://server:8080/solr/master/select?distrib=true
<http://server:8080/solr/master/select?distrib=true&rows=500&fl=*,score&star
t=0&partialResults=true&q=my+and+query&fq=harvest_time_long:%5b1325376000000
+TO+1325376000000%5d>
&rows=500&fl=*,score&start=0&partialResults=true&q=my+and+query&fq=harvest_t
ime_long:[1325376000000+TO+1325376000000]


We have a Solr instance that is periodically failing on distributed
requests, and I am trying to narrow down which one of the shards is causing
the failure.   If the above doesn't work, can someone point me to a resource
or give advice on how to find out which node might be causing the issue?

 

Regards,

 

Gilles