Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
10.11.16
-
Related to performance
Description
To Reproduce
-- Start with the slave synchronized with the master
|
STOP SLAVE;
|
CHANGE MASTER TO master_delay=60; |
START SLAVE;
|
SHOW SLAVE STATUS;
|
--> Slave_SQL_Running_State = 'Waiting until MASTER_DELAY seconds after master executed event' |
Possible Cause
Inside sql_delay_event() is a guard that prevents delay for certain event types, but not the GTID List type.
It should probably include all types listed false in Log_event::is_group_event().
Attachments
Issue Links
- relates to
-
MDEV-38826 Parallel slave delays skipped events
-
- Open
-