Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4(EOL)
-
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
|