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
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
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
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