顯示具有 cluster 標籤的文章。 顯示所有文章
顯示具有 cluster 標籤的文章。 顯示所有文章

2016年9月13日 星期二

Neo4j Cluster Setting


# Whether this instance should only participate as slave in cluster. If # set to true, it will never be elected as master.
ha.slave_only=false //uncommenting this line

This line will let neo4j different instances play role as master or slave.
If master server down, slave will become master.
If master server up again, this server will become slave.