[MDEV-15309] MariaDB-server w/ Galera not enforcing slave_type_conversions Created: 2018-02-13 Updated: 2018-09-11 Resolved: 2018-09-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Server |
| Affects Version/s: | 10.1.25, 10.2.12, 10.2.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Josh Cullum | Assignee: | Zdravelina Sokolovska (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Galera, MariaDB-server | ||
| Environment: |
QA environment, 3 Node MariaDB Galera Cluster - 10.2.12 + galera-25.3.22, Amazon AMI 2017.9 QA Environment, 3 Node MariaDB Galera Cluster - 10.1.25 + galera-25.3.20, Amazon AMI 2017.3 |
||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Description |
|
I'm running the following procedure on one node in a 3 node galera cluster:
The change works as expected, however, when trying to sync the node back to the cluster, the following occurs:
This is after having set slave_type_conversions=ALL_LOSSY; on all Galera cluster nodes. Reference to |
| Comments |
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-02-15 ] | |||||||||||||
|
jpc2350 Hello Josh , can you attach server.cnf configs ? | |||||||||||||
| Comment by Josh Cullum [ 2018-02-15 ] | |||||||||||||
|
Hi @winstone, cluster.cnf | |||||||||||||
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-02-15 ] | |||||||||||||
|
hello jpc2350, | |||||||||||||
| Comment by Josh Cullum [ 2018-02-15 ] | |||||||||||||
|
Hi Winstone, If you look at the procedure’s that we’re running, we’re already setting GLOBAL slave_type_conversions to ALL_LOSSY which implies ALL_NON_LOSSY.... But I will try and set both, and try again. Thanks, Josh | |||||||||||||
| Comment by Josh Cullum [ 2018-02-19 ] | |||||||||||||
|
Hi @winstone, | |||||||||||||
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-02-20 ] | |||||||||||||
|
hello jpc2350 , from docs
but in order to be more sweeping proposed an other yet value for slave_type_conversions to cover implication | |||||||||||||
| Comment by Josh Cullum [ 2018-02-20 ] | |||||||||||||
|
Hi Winstone, Thanks - I hadn't seen `does not imply that safe conversions` bit. No problem - Thanks for the support! KR, Josh | |||||||||||||
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-09-11 ] | |||||||||||||
|
jpc2350, |