problem starting ensemble mode

2009-10-01 Thread Hector Yuen
Hi all, I am trying to start zookeeper in two nodes, the configuration file I have is tickTime=2000 initLimit=10 syncLimit=5 dataDir=/var/zookeeper clientPort=2181 server.1=hec-bp1:2888:3888 server.2=hec-bp2:2888:3888 i also have two files /var/zookeeper/myid on each of the machines, the

Re: problem starting ensemble mode

2009-10-01 Thread Patrick Hunt
Hi Hector, looks like a connectivity issue to me: NoRouteToHostException. 3888 is the election port 2888 is the quorum port basically, the ensemble uses the election port for leader election. Once a leader is elected it then uses the quorum port for subsequent communication. Could it be a