galera_3nodes.galera_parallel_apply_3nodes 'innodb' w1 [ fail ]
|
Test ended at 2020-10-26 21:05:15
|
|
CURRENT_TEST: galera_3nodes.galera_parallel_apply_3nodes
|
mysqltest: At line 27: query 'reap' failed: 1213: Deadlock found when trying to get lock; try restarting transaction
|
|
The result from queries just before the failure was:
|
connection node_2;
|
connection node_1;
|
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
|
INSERT INTO t1 VALUES (1);
|
connection node_3;
|
SET GLOBAL wsrep_slave_threads = 2;
|
connection node_1;
|
UPDATE t1 SET f1 = f1 + 10;;
|
connection node_2;
|
UPDATE t1 SET f1 = f1 + 100;;
|
connection node_1;
|