roctaiwan <[email protected]> writes: > Please, anyone ? I just need basic instructions on how to rejoin the dropped > node that was part of the replication group. I keep getting <stdin>:21: > Error: ev_origin for store_node cannot be the new node
When you add the new node to the cluster, you need to indicate an "event node" to inform the rest of the cluster about this addition. You can't use the newly added node as the "event node" - you need to pick another one, otherwise you're telling the node that it exists, but not the rest of the cluster. Change the node ID you pass for EVENT NODE. -- (reverse (concatenate 'string "ofni.sailifa.ac" "@" "enworbbc")) <http://dba2.int.libertyrms.com/> Christopher Browne (416) 673-4124 (land) "Bother," said Pooh, "Eeyore, ready two photon torpedoes and lock phasers on the Heffalump, Piglet, meet me in transporter room three" _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
