RE: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd

2015-10-06 Thread Adrian Liew
To: solr-user@lucene.apache.org Subject: RE: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd Hi Shawn, Thanks for the reply. Understood your comments and will revert back to the defaults. However, I raised this issue because I realized that Zookeeper becomes impatient if it cannot heartbeat its o

RE: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd

2015-10-06 Thread Adrian Liew
@lucene.apache.org Subject: Re: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd On 10/6/2015 3:38 AM, Adrian Liew wrote: > Thanks for the reply. Looks like this has been resolved by manually starting > the Zookeeper services on each server promptly so that the tickTime value > does no

Re: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd

2015-10-06 Thread Shawn Heisey
On 10/6/2015 3:38 AM, Adrian Liew wrote: > Thanks for the reply. Looks like this has been resolved by manually starting > the Zookeeper services on each server promptly so that the tickTime value > does not timeout too quickly to heartbeat other peers. Hence, I increased the > tickTime value to

RE: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd

2015-10-06 Thread Adrian Liew
, 2015 10:02 AM To: solr-user@lucene.apache.org Subject: Re: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd Hi Adrian, It's unlikely to be the firewall settings if it is failing intermittently. More of a network issues. The error says it's a connection time out, and since

Re: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd

2015-10-04 Thread Zheng Lin Edwin Yeo
e individual Solr VMs. I am using a Windows Server 2012 R2 > 64 bit environment to run Zookeeper 3.4.6 and Solr 5.3.0. > > > > Currently, I have setup my firewalls in the Advanced Configuration > Firewall Settings as below: > > > > As for the Firewall settings I have

Re: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd

2015-10-02 Thread Erick Erickson
Configuration Firewall > Settings as below: > > As for the Firewall settings I have configured the below for each Azure VM > (Phoenix-Solr-0, Phoenix-Solr-1, Phoenix-Solr-2) in the Firewall Advanced > Security Settings: > > For allowed inbound connections: > > Solr port

RE: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd

2015-10-02 Thread Adrian Liew
nbound connections: Solr port 8983 ZK1 port 2181 ZK2 port 2888 ZK3 port 3888 Regards, Adrian -Original Message- From: Zheng Lin Edwin Yeo [mailto:edwinye...@gmail.com] Sent: Friday, October 2, 2015 11:03 AM To: solr-user@lucene.apache.org Subject: Re: Cannot connect to a zookeeper 3.4.6 inst

Re: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd

2015-10-01 Thread Zheng Lin Edwin Yeo
Hi Adrian, How is your setup of your system like? By right it shouldn't be an issue if we use different ports. in fact, if the various zookeeper instance are running on a single machine, they have to be on different ports in order for it to work. Regards, Edwin On 1 October 2015 at 18:19, Ad

RE: Cannot connect to a zookeeper 3.4.6 instance via zkCli.cmd

2015-10-01 Thread Adrian Liew
Hi all, The problem below was resolved by appropriately setting my server ip addresses to have the following for each zoo.cfg: server.1=10.0.0.4:2888:3888 server.2=10.0.0.5:2888:3888 server.3=10.0.0.6:2888:3888 as opposed to the following: server.1=10.0.0.4:2888:3888 server.2=10.0.0.5:2889:388