MySQL Forums
Forum List  »  NDB clusters

Re: NDB Cluster circular replication
Posted by: Mikael Ronström
Date: November 22, 2018 03:05AM

Best guess I have is that you have started all three slaves in
the cluster. This means that there are 3 MySQL servers trying to
replicate the same changes into the cluster, they will collide and
have a high likelihood of reaching deadlocks and other issues.

In a dual replication setup you need to setup two slaves, but only one
of them can be started. If the started slave fails, then you need to
start the second slave, but before doing so you need to discover from
where in the binlog it needs to start. This is described in the docs
I think and in books about MySQL Cluster.

Options: ReplyQuote


Subject
Views
Written By
Posted
957
November 10, 2018 11:17AM
Re: NDB Cluster circular replication
586
November 22, 2018 03:05AM


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.