Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2.31, 10.3.22, 10.5.2
-
None
-
debian-10
Description
galera.galera_gcache_recover failed on CI: "gcs_state_msg.cpp:gcs_state_msg_get_quorum():947: Failed to establish quorum".
10.5.2-0 ES 022c86e4b886e4d87cfcbfc5c5c0cdcb7e4eb3fa RelWithDebInfo debian-10 |
galera.galera_gcache_recover 'innodb' w3 [ fail ]
|
Test ended at 2020-04-10 15:16:26
|
|
CURRENT_TEST: galera.galera_gcache_recover
|
|
|
Failed to start mysqld.2
|
mysqltest failed but provided no output
|
|
|
- saving '/var/tmp/mtr/3/log/galera.galera_gcache_recover-innodb/' to '/var/tmp/mtr/log/galera.galera_gcache_recover-innodb/'
|
***Warnings generated in error logs during shutdown after running tests: galera.galera_gcache_recover
|
|
2020-04-10 15:13:34 0 [Warning] WSREP: No re-merged primary component found.
|
2020-04-10 15:13:34 0 [Warning] WSREP: No bootstrapped primary component found.
|
2020-04-10 15:13:34 0 [ERROR] WSREP: gcs/src/gcs_state_msg.cpp:gcs_state_msg_get_quorum():947: Failed to establish quorum.
|
It failed also on CI, 10.2 ES, rhel-7.
stdio.log
:
10.2.31-6 ES 2969d0702d56405d1aec8c16a272ac85fef7bd61 Debug
galera.galera_gcache_recover 'innodb' w3 [ fail ]
Test ended at 2020-04-13 11:04:16
CURRENT_TEST: galera.galera_gcache_recover
mysqltest: In included file "./include/galera_wait_ready.inc":
included from /home/jenkins/workspace/10.2e-MTR-GALERA/BuildType/Debug/label/rhel-7/mysql-test/suite/galera/include/start_mysqld.inc at line 16:
included from /home/jenkins/workspace/10.2e-MTR-GALERA/BuildType/Debug/label/rhel-7/mysql-test/suite/galera/t/galera_gcache_recover.test at line 44:
At line 28: "Server did not transition to READY state"
The result from queries just before the failure was:
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1);
SET SESSION wsrep_sync_wait = 0;
connection node_2;
SET SESSION wsrep_sync_wait = 0;
Killing server ...
connection node_1;
INSERT INTO t1 VALUES (2);
Killing server ...
connection node_1;
Performing --wsrep-recover ...
Using --wsrep-start-position when starting mysqld ...
INSERT INTO t1 VALUES (3);
connection node_2;
Performing --wsrep-recover ...
Using --wsrep-start-position when starting mysqld ...
- saving '/var/tmp/mtr/3/log/galera.galera_gcache_recover-innodb/' to '/var/tmp/mtr/log/galera.galera_gcache_recover-innodb/'
***Warnings generated in error logs during shutdown after running tests: galera.galera_gcache_recover
2020-04-13 11:03:25 139694994077440 [Warning] WSREP: No re-merged primary component found.
2020-04-13 11:03:25 139694994077440 [Warning] WSREP: No bootstrapped primary component found.
2020-04-13 11:03:25 139694994077440 [ERROR] WSREP: gcs/src/gcs_state_msg.cpp:gcs_state_msg_get_quorum():873: Failed to establish quorum.
Server logs
.