Add new comment
|
I am in full agreement with Keith, that master/master replication and circular replication spells trouble. Which is the "authoritative" copy? Also, if you have a ring where replication is as follows: srv1 -> srv2 -> srv3 -> srv4 -> srv1 (server2 is a slave of server1, etc) Then if one link in the chain breaks, no new data goes down the line. For example, if srv3 is down, then changes happen like this: srv3->srv4->srv1->srv2 (OK, because srv3 already has the data) srv4->srv1->srv2 (Bad, srv3 doesn't get the change from srv4) srv1->srv2 (Bad, srv3 and srv4 don't get the change from srv1, even though replication on srv4 is working just fine. srv2 (bad, no other machines get changes from srv2, even though replication is only broken on one machine).
Reply |





Recent comments
4 hours 9 min ago
5 hours 3 min ago
8 hours 25 min ago
13 hours 45 min ago
14 hours 9 min ago
21 hours 49 min ago
22 hours 2 min ago
22 hours 20 min ago
1 day 8 min ago
1 day 2 hours ago