Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5
-
None
Description
During the galera_ftwrl_drain test, a timeout occurs:
CURRENT_TEST: galera.galera_ftwrl_drain
|
--- /home/panda/maria-10.5/mysql-test/suite/galera/r/galera_ftwrl_drain.result 2020-06-12 16:33:58.890313023 +0200
|
+++ /home/panda/maria-10.5/mysql-test/suite/galera/r/galera_ftwrl_drain.reject 2020-06-12 18:18:31.690798844 +0200
|
@@ -17,6 +17,12 @@
|
connection node_2a;
|
FLUSH TABLES WITH READ LOCK;;
|
connection node_2;
|
+Timeout in wait_condition.inc for SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE STATE = 'Init' AND INFO = 'FLUSH TABLES WITH READ LOCK'
|
+Id User Host db Command Time State Info Progress
|
+1 system user NULL Sleep 81 wsrep aborter idle NULL 0.000
|
+2 system user NULL Sleep 32 After apply log event NULL 0.000
|
+62 root localhost:36558 test Query 0 starting show full processlist 0.000
|
+63 root localhost:36562 test Query 32 starting FLUSH TABLES WITH READ LOCK 0.000
|
SET GLOBAL wsrep_provider_options = 'dbug=';
|
SET GLOBAL wsrep_provider_options = 'signal=apply_monitor_slave_enter_sync';
|
connection node_2a;
|
 |
mysqltest: Result length mismatch
|