After the first ha backup OK, the cluster member for backup is NOT exit the cluster,the status is invalid and InstanceID=-1 . Maybe some ha parameters effect the behavior.
On Tuesday, December 3, 2013 1:23:57 AM UTC+8, Mark Needham wrote: > > Hi, > > Are the machines in the cluster able to communicate with the machine that > you're running the backup from? The way HA backup works is that the backup > client effectively joins the cluster temporarily to work out who the master > is and then leaves once it's worked it out. > > If you could send us the messages.log files from each instance of the > cluster we should be able to see some failures when it tries to communicate > with the backup client > > Mark > > On Monday, 2 December 2013 13:18:42 UTC, Bogdan Manea wrote: >> >> Hello, >> >> I'm trying to setup backup for a Neo4j cluster with 3 instances. Neo4j is >> embedded. >> >> If I run: >> >> ./neo4j-backup -from ha://10.106.4.80:5001,10.106.4.203:5001, >> 10.106.14.164:5001 -to /tmp/neobak2/ >> >> from a host outside the 10.106.4.0 network, I get this error: >> >> Could not find backup server in cluster neo4j.ha at 10.106.4.80:5001, >> 10.106.4.203:5001,10.106.14.164:5001, operation timed out. >> >> If I run it from a cluster member it works just fine. Also if I run the >> backup script with single instead of ha works fine from anywhere. >> >> Below the basic cluster config I'm using: >> >> ha.server_id: 1 ha.initial_hosts:10.106.4.80:5001,10.106.4.203:5001, >> 10.106.14.164:5001 ha.tx_push_factor: 2 >> >> I already checked for firewall issues, there aren't any. Neo4j version >> used is 1.9.5. The webadmin interface shows the cluster has online backup >> enabled and listening to the default port. >> The machine I'm trying to run the backup from is from within the same >> subnet. >> >> Any help will be appreciated. >> > -- 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.
