Async replication channel setup

Hello,

We have two MariaDB clusters with 3 nodes each.

Setup following async replication channels between 2 clusters

Node 1 of Cluster 1 (master) --> Node 1 of Cluster 2 (slave) Node 2 of Cluster 2 (master) --> Node 2 of Cluster 1 (slave)

Till here it is good. I can see data getting replicated in both clusters and I can write on both clusters.

We want to have one more standby channel between Node 3 of Cluster 1 (master) and Node 3 of Cluster 2 (slave). But after setting up this channel recursive insertions are happening in all nodes.

Can you please tell me is there any way to setup async channel which will be in standby mode.

Thanks

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.