MySQL Forums
Forum List  »  Replication

Multi master problem
Posted by: Dai Gia
Date: March 17, 2010 11:11AM

I've configed my replication with multi-master topology with 3 servers:

A is master of B, slave of C
B is master of C, slave of A
C is master of A, slave of B

A-->B--C-->A

After configuration and start all slave, it work correctly. When data is updated at any server, data in others server will be updated immediately.

The problem is:

if network at B is broken (example), replication between A and C still work well. Data in A, B, C can be updated normaly.

When network at B work well, B update data from A but C cannot update data from B. It's mean, in B, slave function is ok but master function not working.

Can you help me for this problem! I'm Vietnamese, sorry for my bad English!

Options: ReplyQuote


Subject
Views
Written By
Posted
Multi master problem
2897
March 17, 2010 11:11AM
1137
March 20, 2010 03:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.