Skip to content

Commit

Permalink
Merge pull request #5422 from dlenev/ps-8.4-rpl_backup_locked_by_appl…
Browse files Browse the repository at this point in the history
…ier-fix

PS-9328: Merge 8.4.2 - Fix sporadic rpl.rpl_backup_locked_by_applier (8.4 version)
  • Loading branch information
dlenev authored Sep 12, 2024
2 parents af76086 + fca69d8 commit 61f94ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mysql-test/suite/rpl/r/rpl_backup_locked_by_applier.result
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ ERROR HY000: Lock wait timeout exceeded; try restarting transaction
#
# Unblock applier
#
SET DEBUG_SYNC = 'now SIGNAL continue_purge_applied_logs_after_backup_lock';
# Removing debug point 'syncpoint_purge_applied_logs_after_backup_lock' from @@GLOBAL.debug
SET DEBUG_SYNC = 'now SIGNAL continue_purge_applied_logs_after_backup_lock';
#
# Wait for replica to process the rest of the binlog
#
Expand Down
4 changes: 2 additions & 2 deletions mysql-test/suite/rpl/t/rpl_backup_locked_by_applier.test
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ LOCK INSTANCE FOR BACKUP;
--echo # Unblock applier
--echo #

SET DEBUG_SYNC = 'now SIGNAL continue_purge_applied_logs_after_backup_lock';

--let $debug_point = syncpoint_purge_applied_logs_after_backup_lock
--source include/remove_debug_point.inc

SET DEBUG_SYNC = 'now SIGNAL continue_purge_applied_logs_after_backup_lock';

--echo #
--echo # Wait for replica to process the rest of the binlog
--echo #
Expand Down

0 comments on commit 61f94ef

Please sign in to comment.