Hi, I am using solr 5.2.1 . We need to configure F5 load balancer with zookeepers. For that we need to know whether our cluster as a whole is eligible to serve queries or not. We can get cluster state using ping request handler but in solr 5.2.1 with distrib=true it gives exception(known bug in solr 5.2.1). So now I need :
1. Any way to get cluster state as a whole to see if cluster can serve queries without going to individual solr nodes. 2. If we can anyhow get this info from zookeepers 3. can we make ping request handler with distrib=true work in solr 5.2.1 Any info in this regard would be appreciated where i don't want to go to individual solr nodes. Thanks Preeti