[MDEV-29803] Unexpected ERROR: Found out of order GTID after replaying binlog read from remote Created: 2022-10-16 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Brandon Nesterenko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The error started happening on 10.8 after
|
| Comments |
| Comment by Kristian Nielsen [ 2023-05-05 ] |
|
The work-around here is just to add --gtid-strict-mode=0 to the mysqlbinlog command. I'm not sure why it was decided to give these errors by default. While it can be argued that it's best to avoid out-of-order GTIDs in the server, it doesn't seem to make much sense for mysqlbinlog to refuse to even display the events to inspect the situation? So maybe the default should be fixed to be OFF?
|