In a 3-Node cluster after all nodes lost connection due to a network outage, the recovery with SET GLOBAL wsrep_provider_options="pc.bootstrap=1"; (same with 'yes' and 'true') fails with:
MariaDB Client:
MariaDB [(none)]> SET GLOBAL wsrep_provider_options="pc.bootstrap=1";
ERROR 1210 (HY000): Incorrect arguments to SET
Log:
error setting param pc.bootstrap to value true: : 1 (Operation not permitted)
Another attempt:
2020-11-09 10:37:37 176839 [Note] WSREP: refresh_provider_options: pc.bootstrap=YES
2020-11-09 10:37:37 176839 [ERROR] WSREP: Set options returned 7
2020-11-09 10:37:37 176839 [Warning] WSREP: Unknown parameter 'pc.bootstrap'
at gcomm/src/pc_proto.cpp:set_param():1682
2020-11-09 10:37:37 176839 [Warning] WSREP: error setting param pc.bootstrap to value YES: : 1 (Operation not permitted)
2020-11-09 10:37:37 176839 [Warning] WSREP: 3f9e407c-9dee sending install message failed: Resource temporarily unavailable
MariaDB: 10.5.6
In a 3-Node cluster after all nodes lost connection due to a network outage, the recovery with
SET GLOBAL wsrep_provider_options="pc.bootstrap=1";
(same with 'yes' and 'true') fails with:MariaDB Client:
Log:
Another attempt:
The same error happens on all 3 nodes.
Status from one of the nodes:
Node 1 and 3 had
wsrep_last_committed = 258606
the 2nd node hadwsrep_last_committed = 258603
.A full recovery with shutting down the nodes and setting
safe_to_bootstrap
eventually worked, after multiple segfaults from Node 2.