On 9/19/2016 12:58 AM, Mugeesh Husain wrote:
> I have 3 shard, each of shard with 3 servers in solrcloud, if we fired
> the query in solr, we woudl get the result from these shard data, if
> one of the shard have delay in response, then how to identify which
> shard is not giving properly response time(or delay reponse or some
> issue etc). I am looking for debugging the shard performance or how to
> check each performance individually 

If you include a shards.info parameter with the request, set to true,
the response should contain timing and count information about each
shard consulted for the query.

Thanks,
Shawn

Reply via email to