According to http://docs.neo4j.org/chunked/stable/ha-architecture.html, this
is my understanding and I would like for confirmation from Neo4j:

A slave will handle writes by synchronizing with the master to preserve
consistency. 
>> It sounds like 2-phase commit between write initiated slave & master
>> nodes.

Updates will however propagate from the master to other slaves eventually so
a write from one slave is not immediately visible on all other slaves.
>> It sounds like eventual consistency from master to other slaves. if so, I
>> am interested in finding out details about Neo4j HA member nodes voting
>> quorum & arbitrater setup (assuming using zookeeper)

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Replication-corner-cases-tp3246146p3247312.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to