[MDEV-4934] A group of events under single GTID can be partially skipped Created: 2013-08-22 Updated: 2014-02-25 Resolved: 2014-02-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 10.0.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | gtid | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
If several statements are written into the binlog under a single GTID, in some circumstances this group can be executed only partially. After slave restart the rest of the group is skipped, so the slave ends up with inconsistent data. Here is the output of the test case:
Test case:
cnf file:
bzr version-info
|
| Comments |
| Comment by Elena Stepanova [ 2014-01-14 ] |
|
The bug was set to minor because it can be considered a corner case. Also, it is either a duplicate of |
| Comment by Kristian Nielsen [ 2014-02-11 ] |
|
I believe this will be fixed by Monty along with |