[MDEV-24480] galera_3nodes.GCF-363 MTR failed: query failed: 1146: Table 'test.t1' doesn't exist Created: 2020-12-23  Updated: 2021-01-05  Resolved: 2021-01-05

Status: Closed
Project: MariaDB Server
Component/s: Galera, Tests
Affects Version/s: 10.5.9, 10.6.0
Fix Version/s: 10.5.9, 10.6.0

Type: Bug Priority: Major
Reporter: Stepan Patryshev (Inactive) Assignee: Stepan Patryshev (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Environment:

kvm-rpm-centos73-ppc64


Issue Links:
Relates
relates to MDEV-24462 galera.galera_truncate MTR fails: que... Closed
relates to MDEV-24464 galera.galera_toi_ddl_sequential MTR ... Closed
relates to MDEV-24465 galera.galera_rsu_error MTR failed: q... Closed
relates to MDEV-24482 galera.galera_truncate_temporary MTR ... Closed
relates to MDEV-24500 galera_sr.GCF-900 MTR failed: query f... Closed

 Description   

galera_3nodes.GCF-363 failed on BB 10.5 CS and BB 10.6 CS: "query 'INSERT INTO t1 VALUES (1, 'a')' failed: 1146: Table 'test.t1' doesn't exist".
It seems to be a sporadic issue.

stdio.log:

10.5.9, 3ee24b2306f6e6d18a3ab97dc0b7961cb9b12a75, kvm-rpm-centos73-ppc64

galera_3nodes.GCF-363 'innodb'           w2 [ fail ]
        Test ended at 2020-12-07 14:00:11
 
CURRENT_TEST: galera_3nodes.GCF-363
mysqltest: At line 17: query 'INSERT INTO t1 VALUES (1, 'a')' failed: 1146: Table 'test.t1' doesn't exist
 
The result from queries just before the failure was:
connection node_2;
connection node_1;
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY, f2 CHAR(1)) ENGINE=InnoDB;
connection node_1;
SET GLOBAL wsrep_on=OFF;
INSERT INTO t1 VALUES (1, 'a');
SET GLOBAL wsrep_on=ON;
connection node_2;
SET GLOBAL wsrep_on=OFF;
INSERT INTO t1 VALUES (1, 'a');
 
 - skipping '/dev/shm/var/2/log/galera_3nodes.GCF-363-innodb/'
 
Retrying test galera_3nodes.GCF-363, attempt(2/3)...
 
worker[2] > Restart  - not started
worker[2] > Restart  - not started
worker[2] > Restart  - not started


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