Details
Description
galera_var_ignore_apply_errors test freezes, probably a problem on node 2:
CURRENT_TEST: galera.galera_var_ignore_apply_errors
|
mysqltest: In included file "./include/galera_wait_ready.inc":
|
included from /home/jenkins/workspace/Test-Package/mysql-test/suite/galera/t/galera_var_ignore_apply_errors.test at line 80:
|
At line 33: "Server did not transition to READY state"
|
|
The result from queries just before the failure was:
|
< snip >
|
DROP TABLE t1;
|
CREATE TABLE t1 (f1 INTEGER);
|
SET GLOBAL wsrep_on = OFF;
|
ALTER TABLE t1 ADD COLUMN f2 INTEGER;
|
SET GLOBAL wsrep_on = ON;
|
ALTER TABLE t1 DROP COLUMN f2;
|
DROP TABLE t1;
|
connection node_2;
|
SET GLOBAL wsrep_ignore_apply_errors = 2;
|
connection node_1;
|
CREATE TABLE t1 (f1 INTEGER);
|
SET GLOBAL wsrep_on = OFF;
|
INSERT INTO t1 VALUES (1);
|
SET GLOBAL wsrep_on = ON;
|
DELETE FROM t1 WHERE f1 = 1;
|
connection node_1;
|
SELECT COUNT(*) as expect_0 FROM t1;
|
expect_0
|
0
|
connection node_2;
|
|
More results from queries before failure can be found in /dev/shm/var/4/log/galera_var_ignore_apply_errors.log
|
|
- saving '/dev/shm/var/4/log/galera.galera_var_ignore_apply_errors-innodb/' to '/dev/shm/var/log/galera.galera_var_ignore_apply_errors-innodb/'
|
|
Retrying test galera.galera_var_ignore_apply_errors, attempt(2/2)...
|
|
***Warnings generated in error logs during shutdown after running tests: galera.galera_var_ignore_apply_errors
|
|
2023-11-22 13:05:00 2 [ERROR] WSREP: Inconsistency detected: Inconsistent by consensus on baf4707d-8937-11ee-b794-1fcbf89ee12a:9
|
Attachments
Issue Links
- blocks
-
MDEV-30172 Galera test case cleanup
- Stalled
- relates to
-
MDEV-20451 Lock wait timeout exceeded in galera_var_ignore_apply_errors
- Closed
-
MDEV-24165 Galera test failure on galera_var_ignore_apply_errors
- Closed
-
MDEV-26770 galera_var_ignore_apply_errors fails Server did not transition to READY state
- Closed
-
MDEV-30172 Galera test case cleanup
- Stalled