[MDEV-7203] replicate_events_marked_for_skip didn't work on Galera cluster Created: 2014-11-25 Updated: 2015-03-11 Resolved: 2015-03-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.0.13-galera, 10.0.14-galera |
| Fix Version/s: | 5.5.43-galera, 10.0.17-galera |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Aurélien LEQUOY | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera | ||
| Description |
|
the cluster & replication : https://farm8.staticflickr.com/7544/15874745401_d3975432f6_b.jpg my galera.ini [mysqld] log-slave-updates=1 server-id=1746717299 skip-slave-start datadir = /data/mysql/data #innoDB innodb_log_file_size = 64M #for master binlog_format=ROW sync_binlog=1 sort_buffer_size = 10M #log performance_schema = 'ON' collation-server = utf8_unicode_ci max_connections = 500 on node 1 : INSERT INTO `PRODUCTION`.`test` (`id`) VALUES ('1'), ('2'); ==== slave have configuration : ========= it's work perfectly, i still got the line on slave ======== if i run on node 1 or 3 : it's didn't work, I lost the line on the slave. - |
| Comments |
| Comment by Aurélien LEQUOY [ 2014-12-05 ] |
|
I made a terrible mistake, it's don't work on 10.0.14-galera too just fusked my history server |
| Comment by Nirbhay Choubey (Inactive) [ 2015-03-05 ] |
|
http://lists.askmonty.org/pipermail/commits/2015-March/007519.html |
| Comment by Jan Lindström (Inactive) [ 2015-03-06 ] |
|
ok to push. |
| Comment by Nirbhay Choubey (Inactive) [ 2015-03-06 ] |
|
https://github.com/MariaDB/server/commit/c6acdf7c281f91026cfac549d718511b9ed083aa |