Re: How to Get info about clusterstate in solr 5.2.1 just like ping request handler with distrib=true

2016-04-05 Thread John Bickerstaff
>From some docs I'm working on - this command (against one solr box) got me the entire cluster's state... Don't know if it'll work for you, but just in case... There may be an api command that is similar - not sure. I'm mostly operating on the command line right now. (statdx is the name of my

Re: How to Get info about clusterstate in solr 5.2.1 just like ping request handler with distrib=true

2016-04-05 Thread Binoy Dalal
You could use the zkcli.sh script to directly query your zookeeper ensemble and get the cluster status. See if that works for you. On Tue, 5 Apr 2016, 17:28 preeti kumari, wrote: > Hi Reth, > > I had already checked this but issue is it gives me info about shards/cores >

Re: How to Get info about clusterstate in solr 5.2.1 just like ping request handler with distrib=true

2016-04-05 Thread preeti kumari
Hi Reth, I had already checked this but issue is it gives me info about shards/cores hosted on one server where i am hitting the query not the whole cluster info hosted on different servers. What i need is whole info about all shards/cores hosted on different servers forming my collection.

Re: How to Get info about clusterstate in solr 5.2.1 just like ping request handler with distrib=true

2016-04-05 Thread Reth RM
Have you already looked at cluster status api? https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api18 On Tue, Apr 5, 2016 at 10:09 AM, preeti kumari wrote: > Hi, > > I am using solr 5.2.1 . We need to configure F5 load balancer with >

How to Get info about clusterstate in solr 5.2.1 just like ping request handler with distrib=true

2016-04-04 Thread preeti kumari
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