Zookeeper connection refused error

2015-12-10 Thread Aswath Srinivasan (TMS)
Hi all, I tried to create a collection with 3 shards and it got created. Verified the same in SOLR Dashboard. But while creating the collection I'm seeing a "Connection Refused" when connecting to Zookeeper. Following is the expectation trace. Can somebody spot the mistake that is happening w

Re: ZooKeeper connection refused

2015-06-19 Thread shacky
2015-06-17 16:11 GMT+02:00 Shalin Shekhar Mangar : > Is ZK healthy? Can you try the following from the server on which Solr > is running: > > echo ruok | nc zk1 2181 Thank you very much Shalin for your answer! My ZK cluster was not ready because two nodes was dead and only one node was running. I

Re: ZooKeeper connection refused

2015-06-17 Thread Shalin Shekhar Mangar
Is ZK healthy? Can you try the following from the server on which Solr is running: echo ruok | nc zk1 2181 On Wed, Jun 17, 2015 at 7:25 PM, shacky wrote: > 2015-06-17 15:34 GMT+02:00 Shalin Shekhar Mangar : >> You are asking telnet to connect to zk1 on port 2181 but you have not >> specified the

Re: ZooKeeper connection refused

2015-06-17 Thread shacky
2015-06-17 15:34 GMT+02:00 Shalin Shekhar Mangar : > You are asking telnet to connect to zk1 on port 2181 but you have not > specified the port to Solr. You should set > ZK_HOST="zk1:2181,zk2:2181,zk3:2181" instead. I modified the ZK_HOST instance with the port, but the problem is not solved. Do y

Re: ZooKeeper connection refused

2015-06-17 Thread Shalin Shekhar Mangar
You are asking telnet to connect to zk1 on port 2181 but you have not specified the port to Solr. You should set ZK_HOST="zk1:2181,zk2:2181,zk3:2181" instead. On Wed, Jun 17, 2015 at 3:53 PM, shacky wrote: > Hi. > I have a SolrCloud cluster with 3 nodes Solr + Zookeeper. > > My solr.in.sh file is

ZooKeeper connection refused

2015-06-17 Thread shacky
Hi. I have a SolrCloud cluster with 3 nodes Solr + Zookeeper. My solr.in.sh file is configured as following: ZK_HOST="zk1,zk2,zk3" All worked good but now I cannot start SOLR nodes and the command exit with the following errors: root@index1:~# service solr restart Sending stop command to Solr ru