Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.4(EOL)
-
None
Description
galera.galera_autoinc_sst_mariabackup 'innodb' w8 [ fail ]
|
Test ended at 2019-01-09 09:09:13
|
|
CURRENT_TEST: galera.galera_autoinc_sst_mariabackup
|
mysqltest: In included file "./include/galera_wait_ready.inc":
|
included from /home/jan/mysql/10.4-galera-2/mysql-test/suite/galera/include/start_mysqld.inc at line 16:
|
included from /home/jan/mysql/10.4-galera-2/mysql-test/suite/galera/t/galera_autoinc_sst_mariabackup.test at line 50:
|
At line 28: "Server did not transition to READY state"
|
|
The result from queries just before the failure was:
|
< snip >
|
connection node_1;
|
connection node_1;
|
connection node_2;
|
connection node_1;
|
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY AUTO_INCREMENT) ENGINE=InnoDB;
|
CREATE PROCEDURE p1 ()
|
BEGIN
|
DECLARE x INT DEFAULT 1;
|
DECLARE CONTINUE HANDLER FOR SQLEXCEPTION BEGIN END;
|
WHILE 1 DO
|
INSERT INTO t1 VALUES (DEFAULT);
|
COMMIT;
|
END WHILE;
|
END|
|
CALL p1();;
|
connection node_2;
|
CALL p1();;
|
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
|
connection node_2a;
|
Killing server ...
|
|
More results from queries before failure can be found in /home/jan/mysql/10.4-galera-2/mysql-test/var/8/log/galera_autoinc_sst_mariabackup.log
|
Attachments
Issue Links
- relates to
-
MDEV-17458 Unable to Start Galera Node
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mario Karuza [ mkaruza ] | Teemu Ollakka [ teemu.ollakka ] |
Attachment | 191023_galera_autoinc_sst_mariabackup.zip [ 49288 ] |
Component/s | Galera [ 10124 ] | |
Component/s | Tests [ 10800 ] |
Link | This issue blocks MDEV-17728 [ MDEV-17728 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Labels | disabled |
Link |
This issue relates to |
Labels | disabled | Test_disabled disabled |
Labels | Test_disabled disabled | Test_disabled |
Labels | Test_disabled | Test_disabled test_disabled_ES |
Assignee | Teemu Ollakka [ teemu.ollakka ] | Jan Lindström [ jplindst ] |
issue.field.resolutiondate | 2020-07-24 05:22:10.0 | 2020-07-24 05:22:10.182 |
Fix Version/s | 10.2.33 [ 24307 ] | |
Fix Version/s | 10.3.24 [ 24306 ] | |
Fix Version/s | 10.4.14 [ 24305 ] | |
Fix Version/s | 10.5.5 [ 24423 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Link | This issue blocks MDEV-17728 [ MDEV-17728 ] |
Labels | Test_disabled test_disabled_ES |
Workflow | MariaDB v3 [ 91585 ] | MariaDB v4 [ 155472 ] |