Details
-
Bug
-
Status: In Review (View Workflow)
-
Critical
-
Resolution: Unresolved
-
10.5
-
None
Description
Sporadic failures in the galera_pc_recovery mtr test:
galera.galera_pc_recovery w2 [ fail ]
|
Test ended at 2024-11-20 02:23:27
|
|
CURRENT_TEST: galera.galera_pc_recovery
|
mysqltest: At line 36: exec of '/home/jenkins/workspace/Source-Build-Test/src/sql/mariadbd --defaults-group-suffix=.1 --defaults-file=/dev/shm/var/2/my.cnf --wsrep-recover --log-error=/dev/shm/var/tmp/2/galera_wsrep_recover.1.log > /dev/shm/var/tmp/2/galera_wsrep_recover.1.log 2>&1' failed, error: 256, status: 1, errno: 11
|
Output from before failure:
|
COUNT(*) = 1
|
1
|
|
The result from queries just before the failure was:
|
connection node_2;
|
connection node_1;
|
connection node_1;
|
connection node_2;
|
connection node_1;
|
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
|
INSERT INTO t1 VALUES (1);
|
connection node_2;
|
SELECT COUNT(*) = 1 FROM t1;
|
COUNT(*) = 1
|
1
|
|
- saving '/dev/shm/var/2/log/galera.galera_pc_recovery/' to '/dev/shm/var/log/galera.galera_pc_recovery/'
|
|
Retrying test galera.galera_pc_recovery, attempt(2/2)...
|
|
worker[02] > Restart - not started
|
worker[02] > Restart - not started
|
galera.galera_partition 'binlogoff' w1 [ pass ] 2676
|
worker[01] > Restart - not started
|
worker[01] > Restart - not started
|
galera.galera_pc_recovery w2 [ retry-fail ]
|
Test ended at 2024-11-20 02:23:39
|
|
CURRENT_TEST: galera.galera_pc_recovery
|
mysqltest: At line 36: exec of '/home/jenkins/workspace/Source-Build-Test/src/sql/mariadbd --defaults-group-suffix=.1 --defaults-file=/dev/shm/var/2/my.cnf --wsrep-recover --log-error=/dev/shm/var/tmp/2/galera_wsrep_recover.1.log > /dev/shm/var/tmp/2/galera_wsrep_recover.1.log 2>&1' failed, error: 256, status: 1, errno: 11
|
Output from before failure:
|
COUNT(*) = 1
|
1
|
|
The result from queries just before the failure was:
|
connection node_2;
|
connection node_1;
|
connection node_1;
|
connection node_2;
|
connection node_1;
|
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
|
INSERT INTO t1 VALUES (1);
|
connection node_2;
|
SELECT COUNT(*) = 1 FROM t1;
|
COUNT(*) = 1
|
1
|
|
Server [mysqld.2 - pid: 38354, winpid: 38354, exit: 256] failed during test run
|