Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6.10
-
None
-
RDS MariaDB 10.6.10 Primary to Aurora V2 8.0.mysql_aurora.3.03.0 Secondary
Description
When running binlog replication from the primary to the secondary we see replication work for a while. We then get an error on the secondary.
Got fatal error 1236 from master when reading data from binary log: 'Failed to replace GTID event with backwards-compatible event: corrupt event.; the first event 'mysql-bin-changelog.368637' at 69545, the last event read from 'mysql-bin-changelog.368637' at 69545, the last byte read from 'mysql-bin-changelog.368637' at 69591.'
|
The binlog in question looks like the following at the start.
MariaDB [(none)]> SHOW BINLOG EVENTS IN 'mysql-bin-changelog.368637' FROM 69545 LIMIT 50\G
|
*************************** 1. row ***************************
|
Log_name: mysql-bin-changelog.368637
|
Pos: 69545
|
Event_type: Gtid
|
Server_id: 2033967690
|
End_log_pos: 69591
|
Info: BEGIN GTID 0-2033967690-104242786 cid=735717
|
It looks like a similar issue was listed here MDEV-5754
However it was fixed ages ago.