Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4(EOL)
-
None
Description
SET DEBUG_SYNC = "now SIGNAL agac_continue_1";
|
SET DEBUG_SYNC = "now SIGNAL agac_continue_2";
|
It may overwrite `agac_continue_1` with `agac_continue_2` before concurrent thread consumes it.
CURRENT_TEST: galera.MDEV-16509
|
--- /usr/share/mysql-test/suite/galera/r/MDEV-16509.result 2019-05-02 02:06:44.000000000 +0000
|
+++ /dev/shm/var/1/log/MDEV-16509.reject 2019-05-02 08:01:31.045202755 +0000
|
@@ -65,6 +65,8 @@
|
SET DEBUG_SYNC = "now SIGNAL agac_continue_1";
|
SET DEBUG_SYNC = "now SIGNAL agac_continue_2";
|
connection node_1;
|
+Warnings:
|
+Warning 1639 debug sync point wait timed out
|
connection node_1a;
|
connection ctrl;
|
SET DEBUG_SYNC = "RESET";
|
Attachments
Issue Links
- relates to
-
MDEV-21523 galera.MDEV-16509 MTR failed: timeout after 900 seconds: Can't connect to local MySQL server
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Description |
{noformat}
SET DEBUG_SYNC = "now SIGNAL agac_continue_1"; SET DEBUG_SYNC = "now SIGNAL agac_continue_2"; {noformat} It may overwrite `agac_continue_1` with `agac_continue_2` before concurrent thread consumes it. |
{noformat}
SET DEBUG_SYNC = "now SIGNAL agac_continue_1"; SET DEBUG_SYNC = "now SIGNAL agac_continue_2"; {noformat} It may overwrite `agac_continue_1` with `agac_continue_2` before concurrent thread consumes it. {noformat} CURRENT_TEST: galera. --- /usr/share/mysql-test/suite/galera/r/ +++ /dev/shm/var/1/log/ @@ -65,6 +65,8 @@ SET DEBUG_SYNC = "now SIGNAL agac_continue_1"; SET DEBUG_SYNC = "now SIGNAL agac_continue_2"; connection node_1; +Warnings: +Warning 1639 debug sync point wait timed out connection node_1a; connection ctrl; SET DEBUG_SYNC = "RESET"; {noformat} |
issue.field.resolutiondate | 2019-05-15 09:10:01.0 | 2019-05-15 09:10:01.616 |
Fix Version/s | 10.4.5 [ 23311 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Link |
This issue is blocked by |
Link |
This issue is blocked by |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 96627 ] | MariaDB v4 [ 156162 ] |