Bug #60947 | create database if exists cause a loop in master/slave replication | ||
---|---|---|---|
Submitted: | 21 Apr 2011 16:10 | Modified: | 19 Oct 2016 23:01 |
Reporter: | Cyril SCETBON | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
Version: | 5.1.51-ndb-7.1.10 | OS: | Linux (ubuntu lucid x86) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | cluster, replication |
[21 Apr 2011 16:10]
Cyril SCETBON
[22 Apr 2011 8:03]
Cyril SCETBON
I've tested with the last GA and got the same issue. I'll test with the last development release
[22 Apr 2011 9:39]
Cyril SCETBON
verified too in 5.1.51-ndb-7.2.0-devmilestone-cluster-gpl-log
[22 Apr 2011 14:09]
Cyril SCETBON
Below is our architecture | cluster1 ] <---> Master B -------> Master A <----------------> | cluster2 | | ^ ----------> Slave C <--------| This bug is related to the variable log-slave-updates which is set in our master (A) configuration file. We need this variable as our master (A) is the slave of another master host (B) on which cluster tables and non-clustered tables (not modified on A or C) are updated, in order to get this modifications being replicated to our slave host (C). master B stores clustered tables as non clustered tables, so we want it to replicate everything to our master (A) and we use replicate_wild_ignore_table on our slave (C) to not replicate clustered tables modifications as slave C and master A are connected to the same cluster.
[19 Oct 2016 23:01]
MySQL Verification Team
I can't reproduce this on any of the latest releases