[MDEV-28053] Sysbench data load crashes Galera secondary node in async master slave setup Created: 2022-03-14 Updated: 2022-05-16 Resolved: 2022-05-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Ramesh Sivaraman | Assignee: | Daniele Sciascia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Sysbench data load crashes Galera secondary node in async master (mariadb server) > slave (Galera node1) setup Error info
Test case
|
| Comments |
| Comment by Ramesh Sivaraman [ 2022-03-14 ] | |||||||||||||||||||||||||||||
|
Node1 crashes with similar assertion in different place when we run RQG with a simple grammar file.
| |||||||||||||||||||||||||||||
| Comment by Ramesh Sivaraman [ 2022-03-19 ] | |||||||||||||||||||||||||||||
|
jplindst Replication breaks in 10.4 optimized build even after fixing
| |||||||||||||||||||||||||||||
| Comment by Daniele Sciascia [ 2022-04-28 ] | |||||||||||||||||||||||||||||
|
The error "Error writing file 'binlog' (errno: 1950 "Unknown error 1950")" is reported because there is an attempt to write a gtid event to the binlog and the gtid is out of order (1950 is ER_GTID_STRICT_OUT_OF_ORDER). The error is raised in this case because gtid_strict_mode is enabled. | |||||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2022-05-16 ] | |||||||||||||||||||||||||||||
|
ramesh Fix in branch bb-10.4-galera |