[MDEV-28306] Slave I/O: Fatal error: Failed to run 'after_read_event' hook, Internal MariaDB error code: 1593 Created: 2022-04-13 Updated: 2023-10-24 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.6.7 |
| Fix Version/s: | 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Harvey Cooper | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS Stream 8 x86_64 |
||
| Issue Links: |
|
||||||||
| Description |
|
I have a simple MariaDB cluster, the master(172.31.31.10), and a slave(172.31.31.12).
also I'll randomly remove above iptables rules to simulate network jitter. And under some circumstances, I met the Fatal error: Failed to run 'after_read_event' hook, I don't know about the root cause, it seems some kinda race condition when initializing the semi-sync replication. Also note that, when I met this kinda error, I ran START SLAVE IO_THREAD the replication will back to normal. |
| Comments |
| Comment by Daniel Black [ 2022-04-13 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Thanks for the bug report. Can you share any replication setup system variables used and perhaps the contents of the binary log at the point at which it failed. If the binary log contents are too private to be public, then https://mariadb.com/kb/en/meta/mariadb-ftp-server/ is available for communication to developers directly. | ||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Harvey Cooper [ 2022-04-13 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||
Replication setup
But the binlog isn't available, I'll try to reproduce this glitch and then fetch the binlog ... |