Re: [Neo4j] Advice on correct 2-instance setup is required

2016-05-17 Thread Dennis O
Hi Yayati, *>> as a 3 Machine quorum is required for making a HA cluster* Looks like neo4j does not require a 3rd machine to function as follows from "...When running Neo4j in HA mode there is always a single master and zero or more slaves" on http://neo4j.com/docs/3.0.1/ha-architecture.htm

Re: [Neo4j] Advice on correct 2-instance setup is required

2016-05-16 Thread Sukaant Chaudhary
Hi, It seems like configuration issue for making multiple instance. I've few questions regarding this: 1. How you are planning to make Neo4J scalable in AWS? 2. Which service you are using in AWS? 3. Does Amazon started support for Neo4J? -Sukaant Chaudhary

Re: [Neo4j] Advice on correct 2-instance setup is required

2016-05-16 Thread Yayati Sule
Hi Dennis, I am facing simialr problem, but in my case I have 2 machines as slaves and 1 master, but I cannot get them up and running. In your case maybe you can try to setup a third instance and try to start the cluster as a 3 Machine quorum is required for making a HA cluster. Regards, Yayati Su

[Neo4j] Advice on correct 2-instance setup is required

2016-05-16 Thread Dennis O
Hi, Please advise on required configuration for the 2-instance "HA" setup (AWS, neo4j Enterprise 3.0.1). Currently I have on both instances: - dbms.mode=HA - ha.initial_hosts=172.31.35.147:5001,172.31.33.173:5001 - ha.host.coordination is commented out - ha.host.data is commented out Port 5001,