Hi all,

 

Is there at least a way to print out which shard is being called in the
logging and maybe logging a failure? 

 

INFO: [master] webapp=/solr path=/select
params={facet=true&facet.mincount=1&facet.sort=count&q=(content_1500_chars:(
("allied+irish+banks"+OR+"+aib+")+AND+NOT+(bluray+OR+"RAR+"+OR+"mega+pack"))
+OR+title:(("allied+irish+banks"+OR+"+aib+")+AND+NOT+(bluray+OR+"RAR+"+OR+"m
ega+pack")))+&facet.limit=10&facet.shard.limit=300&distrib=true&facet.field=
organisation&wt=javabin&fq=harvest_time_long:[1310774400000+TO+1326412799999
]&rows=0&version=2} status=0 QTime=16192

 

Regards,

Gilles

 

From: Gilles Comeau [mailto:gilles.com...@polecat.co] 
Sent: 12 January 2012 07:02
To: 'solr-user@lucene.apache.org'
Subject: 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

Reply via email to