Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4(EOL), 10.5, 10.6, 10.10(EOL), 10.11, 11.0(EOL), 11.1(EOL)
-
None
Description
The test rpl.rpl_sql_thd_start_errno_cleared can lose a debug_sync signal, as there is a RESET immediately following a SIGNAL:
set debug_sync= "now signal sql_thread_continue";
|
|
set @@global.debug_dbug= @saved_dbug;
|
set debug_sync= "RESET";
|
When the signal is lost, the sql_thread is stuck in a WAIT_FOR clause until it times out, resulting in long test times (albeit still successful).
Attachments
Issue Links
- is caused by
-
MDEV-31177 SHOW SLAVE STATUS Last_SQL_Errno Race Condition on Errored Slave Restart
-
- Closed
-
- relates to
-
MDEV-27850 MTR tests can hang due to DEBUG_SYNC race condition
-
- Stalled
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Link | This issue relates to MDEV-27850 [ MDEV-27850 ] |
Description |
The test rpl.rpl_sql_thd_start_errno_cleared can lose a debug_sync signal, as there is a RESET immediately following a SIGNAL:
{noformat} set debug_sync= "now signal sql_thread_continue"; set @@global.debug_dbug= @saved_dbug; set debug_sync= "RESET"; {noformat} |
The test rpl.rpl_sql_thd_start_errno_cleared can lose a debug_sync signal, as there is a RESET immediately following a SIGNAL:
{noformat} set debug_sync= "now signal sql_thread_continue"; set @@global.debug_dbug= @saved_dbug; set debug_sync= "RESET"; {noformat} When the signal is lost, the sql_thread is stuck in a WAIT_FOR clause until it times out, resulting in long test times (albeit still successful). |
issue.field.resolutiondate | 2023-11-01 19:17:01.0 | 2023-11-01 19:17:00.799 |
Fix Version/s | 10.4.32 [ 29300 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Fix Version/s | 11.0 [ 28320 ] | |
Fix Version/s | 11.1 [ 28549 ] | |
Fix Version/s | 11.2 [ 28603 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 10.5.23 [ 29012 ] | |
Fix Version/s | 10.6.16 [ 29014 ] | |
Fix Version/s | 10.10.7 [ 29018 ] | |
Fix Version/s | 10.11.6 [ 29020 ] | |
Fix Version/s | 11.0.4 [ 29021 ] | |
Fix Version/s | 11.1.3 [ 29023 ] |
Fix Version/s | 10.4.33 [ 29516 ] | |
Fix Version/s | 10.5.24 [ 29517 ] | |
Fix Version/s | 10.6.17 [ 29518 ] | |
Fix Version/s | 10.11.7 [ 29519 ] | |
Fix Version/s | 11.0.5 [ 29520 ] | |
Fix Version/s | 11.1.4 [ 29024 ] | |
Fix Version/s | 10.5.23 [ 29012 ] | |
Fix Version/s | 10.6.16 [ 29014 ] | |
Fix Version/s | 10.10.7 [ 29018 ] | |
Fix Version/s | 10.11.6 [ 29020 ] | |
Fix Version/s | 11.0.4 [ 29021 ] | |
Fix Version/s | 11.1.3 [ 29023 ] | |
Fix Version/s | 10.4.32 [ 29300 ] |
Pushed into 10.4 as c341743e83c