[MDEV-25395] server recovery hits replication event checksum error Created: 2021-04-12 Updated: 2023-04-27 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Replication, Server |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrei Elkin | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
In unlike case of a crash when @@global.binlog_checksum is changing from none to How to repeat:
Now at the server restart having --master-verify-checksum=1 the error log
nevertheless the server proceeds to ignore them and finishes initialization. The simulation label is defined as
|
| Comments |
| Comment by Andrei Elkin [ 2021-04-12 ] | |||||||||||
|
A patch is made in | |||||||||||
| Comment by Andrei Elkin [ 2021-04-15 ] | |||||||||||
|
serg: the patch had to be refined to satisfy existing tests which were benevolent to checksum errors The server stops now when master-checksum-verify = 1 and error messages contain | |||||||||||
| Comment by Andrei Elkin [ 2021-08-11 ] | |||||||||||
|
To, > What are the changes around prev_event_pos for? I replied:
_ | |||||||||||
| Comment by Sergei Golubchik [ 2022-01-10 ] | |||||||||||
|
412e696fd2bc is ok to push |