Details
-
Bug
-
Status: In Review (View Workflow)
-
Critical
-
Resolution: Unresolved
-
10.5.27
-
None
Description
Complete freeze during MW-329 test:
galera.MW-329 [ fail ] timeout after 900 seconds
|
Test ended at 2025-01-27 12:20:24
|
|
Test case timeout after 900 seconds
|
|
== /home/panda/maria-10.5/build/mysql-test/var/log/MW-329.log ==
|
connection node_2;
|
connection node_1;
|
CREATE TABLE t1 (f1 INTEGER, f2 CHAR(20) DEFAULT 'abc') ENGINE=InnoDB;
|
INSERT INTO t1 (f1) VALUES (1),(65535);
|
CREATE PROCEDURE proc_insert ()
|
BEGIN
|
DECLARE CONTINUE HANDLER FOR SQLEXCEPTION BEGIN END;
|
SET SESSION wsrep_sync_wait = 0;
|
WHILE 1 DO
|
INSERT INTO t1 (f1) VALUES (FLOOR( 1 + RAND( ) * 65535 ));
|
SELECT SLEEP(0.1);
|
END WHILE;
|
END|
|
connect node_1b, 127.0.0.1, root, , test, $NODE_MYPORT_1;
|
connection node_1b;
|
connection node_1;
|
connection node_1b;
|
|
== /home/panda/maria-10.5/build/mysql-test/var/tmp/analyze-timeout-mysqld.1.err ==
|
mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/home/panda/maria-10.5/build/mysql-test/var/tmp/mysqld.1.sock' (111)
|
|
== /home/panda/maria-10.5/build/mysql-test/var/tmp/analyze-timeout-mysqld.2.err ==
|
mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/home/panda/maria-10.5/build/mysql-test/var/tmp/mysqld.2.sock' (111)
|
Attachments
Issue Links
- is part of
-
MDEV-36029 Procedure hang when issuing KILL CONNECTION
-
- Needs Feedback
-
Tested with 10.5-enterprise but could not reproduce (used --repeat=50). I could not also find similar failure from our Jenkins.