2 messages in com.mysql.lists.clusterMySQL Clustering / Replication
FromSent OnAttachments
Mathew Davey23 Jun 2005 04:08 
Mikael Ronström23 Jun 2005 04:38 
Subject:MySQL Clustering / Replication
From:Mathew Davey (math@securetrading.com)
Date:06/23/2005 04:08:50 AM
List:com.mysql.lists.cluster

Hi All,

I am currently trying to setup the following system.

There are two sites, each with a MySQL cluster and two way replication to handle the communication between sites (data consistency handled by another service). Each cluster currently contains two machines each with an ndb storage node and a MySQL daemon, both running with no problems. The two way replication has been setup with one machine within each cluster being the designated master / slave for the other site.

The problem lies that if an SQL insert occurs on the non designated master / slave machine it is populated throughout the cluster but not replicated to the other site. I am presuming as it was not passed through the designated master/slave MySQL daemon.

I realise that replication throughout clusters is on the roadmap for MySQL 5.1 is replication between clusters however has anyone thought of an interim solution for the above scenario.

Cheers

mat