Re: [Neo4j] HA load balancer in Windows Cluster.

2014-07-01 Thread Paul Damian
Is it possible to specify some settings in the connections string in order to ensure that the operations are redirected to slave if master is down? luni, 30 iunie 2014, 18:03:59 UTC+3, Michael Hunger a scris: Afaik you have to setup a load balancer of some kind (or you use smart clients).

Re: [Neo4j] HA load balancer in Windows Cluster.

2014-07-01 Thread Michael Hunger
As far as know unfortunately not, but it would be a cool feature for a smart client. So that client could direct rw-transactions to the master and ro-transactions to any of the slaves. On Tue, Jul 1, 2014 at 7:44 PM, Paul Damian pauldamia...@gmail.com wrote: Is it possible to specify some

[Neo4j] HA load balancer in Windows Cluster.

2014-06-30 Thread Paul Damian
Hi, I have a HA cluster containing 2 Neo4j instances running on VMs that are included in a Windows Failover Cluster. Both VMs run Windows Server 2012 R2. My question is: do I still have to set up a load balancer for the HA Cluster or is the load balancer running on cluster sufficient? Thanks,

Re: [Neo4j] HA load balancer in Windows Cluster.

2014-06-30 Thread Michael Hunger
Afaik you have to setup a load balancer of some kind (or you use smart clients). That can be something like dns-round-robin if you're only reading, but if you also write to the cluster, you'll have to look into consistent routing (writing to master). See here: