[MDEV-25940] Galera test failure on galera_3nodes.galera_pc_bootstrap Created: 2021-06-16  Updated: 2021-06-16

Status: Open
Project: MariaDB Server
Component/s: Galera, Tests
Affects Version/s: 10.4
Fix Version/s: 10.4

Type: Bug Priority: Major
Reporter: Jan Lindström (Inactive) Assignee: Seppo Jaakola
Resolution: Unresolved Votes: 0
Labels: None


 Description   

galera_3nodes.galera_pc_bootstrap 'innodb' w14 [ fail ]
        Test ended at 2021-06-16 11:46:52
 
CURRENT_TEST: galera_3nodes.galera_pc_bootstrap
mysqltest: At line 50: query 'INSERT INTO t1 VALUES (1)' failed: 1180: Got error 6 "No such device or address" during COMMIT
 
The result from queries just before the failure was:
< snip >
CREATE TABLE t1 (f1 INTEGER);
connection node_1;
SET GLOBAL wsrep_provider_options = 'gmcast.isolate=1';
connection node_2;
SET SESSION wsrep_sync_wait=0;
SET GLOBAL wsrep_provider_options = 'gmcast.isolate=1';
connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3;
connection node_3;
SET SESSION wsrep_sync_wait=0;
SET GLOBAL wsrep_provider_options = 'gmcast.isolate=1';
SET SESSION wsrep_sync_wait = 0;
connection node_2;
SET GLOBAL wsrep_provider_options = 'pc.bootstrap=1';
SHOW STATUS LIKE 'wsrep_cluster_size';
Variable_name	Value
wsrep_cluster_size	2
SHOW STATUS LIKE 'wsrep_cluster_status';
Variable_name	Value
wsrep_cluster_status	Primary
INSERT INTO t1 VALUES (1);
 
More results from queries before failure can be found in /home/jan/mysql/10.4/mysql-test/var/14/log/galera_pc_bootstrap.log


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