Or how wsrep_on can bring you to have a cluster with usless data.
This is a WARNING article, and it comes out after I have being working on define internal blueprint on how to perform DDL operation using RSU safely.
The fun, if fun we want to call it, comes as usual by the fact that I am a curious guy and I often do things my way and not always following the official instructions.
Anyhow, lets us go straight to the point and describe what can happen on ANY MySQL/Galera installation.
The environment
The test environment, MySQL/Galera (Percona PXC 5.6.20 version).
The cluster was based on three nodes local no geographic distribution, no other replication in place then Galera.
Haproxy on one application node, simple application writing in this table:
Table: tbtest1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
… |