Current behavior:- Host 1 starts perfectly fine. However, when I start the 2nd host it hangs for life time and never came out of it. I noticed this happens when it is not able to connect to the cluster created by Host 1.
Please let me know if I am missing something. Thanks, Kishore On Monday, 1 September 2014 20:03:11 UTC+5:30, Kishore Kumar Garg wrote: > > Hi, > > I am setting up a HA cluster of Neo4J embedded server(with spring big > data) and Neo4j version is 2.0.3. > However, it is not getting started though hosts are in same network and I > am able to telnet on port 5001 on each node. > > Please find below the HA properties for each node below:- > > Host 1:- > ------------ > ha.server_id=1 > ha.initial_hosts=192.168.1.3:5001 > org.neo4j.server.database.mode=HA > > > Host 2:- > ------------ > ha.server_id=2 > ha.initial_hosts=192.168.1.3:5001,192.168.1.4:5001 > org.neo4j.server.database.mode=HA > > > Host 3:- > ------------ > ha.server_id=3 > ha.initial_hosts=192.168.1.3:5001,192.168.1.4:5001,192.168.1.5:5001 > org.neo4j.server.database.mode=HA > > This configuration is not working. Please let me know what is missing here. > Any help is highly appreciated. > > Thanks in advance, > Kishore > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
