[MDEV-26770] galera_var_ignore_apply_errors fails Server did not transition to READY state Created: 2021-10-06  Updated: 2023-11-25  Resolved: 2022-10-28

Status: Closed
Project: MariaDB Server
Component/s: Galera, Tests
Affects Version/s: 10.4, 10.5, 10.6
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Jan Lindström (Inactive) Assignee: Jan Lindström (Inactive)
Resolution: Cannot Reproduce Votes: 0
Labels: None

Attachments: File mysqld.1.err     File mysqld.2.err    
Issue Links:
Relates

 Description   

galera.galera_var_ignore_apply_errors 'innodb' w2 [ fail ]
        Test ended at 2021-10-04 08:10:07
 
CURRENT_TEST: galera.galera_var_ignore_apply_errors
mysqltest: In included file "./include/galera_wait_ready.inc": 
included from /usr/share/mysql/mysql-test/suite/galera/t/galera_var_ignore_apply_errors.test at line 80:
At line 28: "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;


Generated at Thu Feb 08 09:47:49 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.