[MDEV-16488] Cannot bootstrap the cluster for [ERROR] WSREP: failed to open gcomm backend connection: 131: invalid UUID: 00000000 Created: 2018-06-14  Updated: 2019-05-13  Resolved: 2019-05-13

Status: Closed
Project: MariaDB Server
Component/s: Galera
Affects Version/s: 10.3.7
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Zdravelina Sokolovska (Inactive) Assignee: Jan Lindström (Inactive)
Resolution: Not a Bug Votes: 0
Labels: regression
Environment:

3 Galera Nodes Master-Master,CentOS 7.4


Attachments: File logs.7z    

 Description   

Cannot bootstrap the cluster for [ERROR] WSREP: failed to open gcomm backend connection: 131: invalid UUID: 00000000

Problem occurred on Galera cluster composed from 3 Nodes.
Node2 was desynced manually from the group with wsrep_desync.

Cluster remained standby in that state until the occurrence of power down - power up events.It seems that Node2 succeed to sync with the group as it shows the same GTID
as Nodes' 1 and 3 in the recovery logs ,
wsrep_desync was not set permanently and it's cleaned after rebooting.
On all Nodes however mysqld is not started and it's received the Error:

 [ERROR] WSREP: failed to open gcomm backend connection: 131: invalid UUID: 00000000 (FATAL)
         at gcomm/src/pc.cpp:PC():267

Note: that Errors was received after trying to bootstraping 1 Node with
galera_new_cluster command , also with
wsrep-recover option service mysql start --wsrep-recover ;

The same Error was received also from rejoining Nodes with commands
mysql start , or
mysql start --wsrep_cluster_address="gcomm://192.168.104.193,192.168.104.195"

Initial GTID positions:

Node1,Node3:  3c15149f-5766-11e8-9a99-22bc53d40581:26987
Node2:             3c15149f-5766-11e8-9a99-22bc53d40581:26985

The GTID positions seen in recovery logs:

Node1,Node2,Node3:  3c15149f-5766-11e8-9a99-22bc53d40581:26987

]# systemctl status mysql.service
● mariadb.service - MariaDB 10.3.7 database server
   Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/mariadb.service.d
           └─migrated-from-my.cnf-settings.conf
   Active: failed (Result: exit-code) since Thu 2018-06-14 08:30:35 EEST; 3h 11min ago
     Docs: man:mysqld(8)
           https://mariadb.com/kb/en/library/systemd/
  Process: 987 ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=1/FAILURE)
  Process: 880 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= ||   VAR=`/usr/bin/galera_recovery`; [ $? -eq 0 ]   && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited, status=0/SUCCESS)
  Process: 876 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
 Main PID: 987 (code=exited, status=1/FAILURE)
   Status: "MariaDB server is down"

bootstraping cluster

[root@t4w3 ~]# galera_new_cluster
Job for mariadb.service failed because the control process exited with error code. See "systemctl status mariadb.service" and "journalctl                     -xe" for details.

2018-06-14 11:58:49 0 [Note] WSREP: Read nil XID from storage engines, skipping position init
2018-06-14 11:58:49 0 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib64/galera/libgalera_smm.so'
2018-06-14 11:58:49 0 [Note] WSREP: wsrep_load(): Galera 25.3.22(r3764) by Codership Oy <info@codership.com> loaded successfully.
2018-06-14 11:58:49 0 [Note] WSREP: CRC-32C: using "slicing-by-8" algorithm.
2018-06-14 11:58:49 0 [Note] WSREP: Found saved state: 3c15149f-5766-11e8-9a99-22bc53d40581:-1, safe_to_bootstrap: 1
2018-06-14 11:58:49 0 [Note] WSREP: Passing config to GCS: base_dir = /var/lib/mysql/; base_host = 192.168.104.195; base_port = 4567; cert.log_conflicts = no; debug = no; evs.auto_evict = 0; evs.delay_margin = PT1S; evs.delayed_keep_period = PT30S; evs.inactive_check_period = PT0.5S; evs.inactive_timeout = PT15S; evs.join_retrans_period = PT1S; evs.max_install_timeouts = 3; evs.send_window = 4; evs.stats_report_period = PT1M; evs.suspect_timeout = PT5S; evs.user_send_window = 2; evs.view_forget_timeout = PT24H; gcache.dir = /var/lib/mysql/; gcache.keep_pages_size = 0; gcache.mem_size = 0; gcache.name = /var/lib/mysql//galera.cache; gcache.page_size = 128M; gcache.recover = no; gcache.size = 128M; gcomm.thread_prio = ; gcs.fc_debug = 0; gcs.fc_factor = 1.0; gcs.fc_limit = 16; gcs.fc_master_slave = no; gcs.max_packet_size = 64500; gcs.max_throttle = 0.25; gcs.recv_q_hard_limit = 9223372036854775807; gcs.recv_q_soft_limit = 0.25; gcs.sync_donor = no; gmcast.segment = 0; gmcast.version = 0; pc.announce_timeout = PT3S; pc.checksum = false; p
2018-06-14 11:58:49 0 [Note] WSREP: GCache history reset: 3c15149f-5766-11e8-9a99-22bc53d40581:0 -> 3c15149f-5766-11e8-9a99-22bc53d40581:26987
2018-06-14 11:58:49 0 [Note] WSREP: Assign initial position for certification: 26987, protocol version: -1
2018-06-14 11:58:49 0 [Note] WSREP: wsrep_sst_grab()
2018-06-14 11:58:49 0 [Note] WSREP: Start replication
2018-06-14 11:58:49 0 [Note] WSREP: 'wsrep-new-cluster' option used, bootstrapping the cluster
2018-06-14 11:58:49 0 [Note] WSREP: Setting initial position to 3c15149f-5766-11e8-9a99-22bc53d40581:26987
2018-06-14 11:58:49 0 [Note] WSREP: protonet asio version 0
2018-06-14 11:58:49 0 [Note] WSREP: Using CRC-32C for message checksums.
2018-06-14 11:58:49 0 [Note] WSREP: backend: asio
2018-06-14 11:58:49 0 [Note] WSREP: gcomm thread scheduling priority set to other:0
2018-06-14 11:58:49 0 [Note] WSREP: restore pc from disk successfully
2018-06-14 11:58:49 0 [Note] WSREP: GMCast version 0
2018-06-14 11:58:49 0 [Note] WSREP: (00000000, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567
2018-06-14 11:58:49 0 [Note] WSREP: (00000000, 'tcp://0.0.0.0:4567') multicast: , ttl: 1
2018-06-14 11:58:49 0 [ERROR] WSREP: failed to open gcomm backend connection: 131: invalid UUID: 00000000 (FATAL)
         at gcomm/src/pc.cpp:PC():267
2018-06-14 11:58:49 0 [ERROR] WSREP: gcs/src/gcs_core.cpp:gcs_core_open():208: Failed to open backend connection: -131 (State not recoverable)
2018-06-14 11:58:49 0 [ERROR] WSREP: gcs/src/gcs.cpp:gcs_open():1458: Failed to open channel 'cluster1' at 'gcomm://192.168.104.191,192.168.104.195,192.168.104.196': -131 (State not recoverable)
2018-06-14 11:58:49 0 [ERROR] WSREP: gcs connect failed: State not recoverable
2018-06-14 11:58:49 0 [ERROR] WSREP: wsrep::connect(gcomm://192.168.104.191,192.168.104.195,192.168.104.196) failed: 7
2018-06-14 11:58:49 0 [ERROR] Aborting

node 6

[root@t4w6 ~]#  service mysql start  --wsrep-recover

2018-06-14 12:40:23 0 [Note] /usr/sbin/mysqld (mysqld 10.3.7-MariaDB) starting as process 9273 ...
2018-06-14 12:40:23 0 [ERROR] mysqld: Can't open shared library 'handlersocket.so' (errno: 1, Loading of beta plugin handlersocket is prohibited by --plugin-maturity=gamma)
2018-06-14 12:40:23 0 [Note] InnoDB: For Galera, using innodb_lock_schedule_algorithm=fcfs
2018-06-14 12:40:23 0 [Note] InnoDB: Using Linux native AIO
2018-06-14 12:40:23 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-06-14 12:40:23 0 [Note] InnoDB: Uses event mutexes
2018-06-14 12:40:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.7
2018-06-14 12:40:23 0 [Note] InnoDB: Number of pools: 1
2018-06-14 12:40:23 0 [Note] InnoDB: Using generic crc32 instructions
2018-06-14 12:40:23 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2018-06-14 12:40:24 0 [Note] InnoDB: Completed initialization of buffer pool
2018-06-14 12:40:24 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2018-06-14 12:40:24 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2018-06-14 12:40:24 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2018-06-14 12:40:24 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2018-06-14 12:40:24 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2018-06-14 12:40:24 0 [Note] InnoDB: Waiting for purge to start
2018-06-14 12:40:24 0 [Note] InnoDB: 10.3.7 started; log sequence number 7796129428; transaction id 80278
2018-06-14 12:40:24 0 [Warning] InnoDB: Skipping buffer pool dump/restore during wsrep recovery.
2018-06-14 12:40:24 0 [Note] Plugin 'FEEDBACK' is disabled.
2018-06-14 12:40:24 0 [Note] Server socket created on IP: '0.0.0.0'.
2018-06-14 12:40:24 0 [Note] WSREP: Recovered position: 3c15149f-5766-11e8-9a99-22bc53d40581:26987

root      9126  0.0  0.0 113260  1728 pts/0    S+   12:40   0:00 /bin/sh /usr/sbin/service mysql start --wsrep-recover
root      9143  0.0  0.0 115520  1836 pts/0    S+   12:40   0:00 /bin/sh /etc/init.d/mysql start --wsrep-recover
root      9153  0.0  0.0 128428  1448 pts/0    S+   12:40   0:00 /bin/systemctl start mysql.service
mysql    10013 29.0  5.8 1874804 116608 ?      Ssl  12:40   0:00 /usr/sbin/mysqld --wsrep_start_position=3c15149f-5766-11e8-9a99-22bc53d40581:26987

2018-06-14 12:40:26 0 [ERROR] mysqld: Can't open shared library 'handlersocket.so' (errno: 1, Loading of beta plugin handlersocket is prohibited by --plugin-maturity=gamma)
2018-06-14 12:40:26 0 [Note] InnoDB: For Galera, using innodb_lock_schedule_algorithm=fcfs
2018-06-14 12:40:26 0 [Note] InnoDB: Using Linux native AIO
2018-06-14 12:40:26 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-06-14 12:40:26 0 [Note] InnoDB: Uses event mutexes
2018-06-14 12:40:26 0 [Note] InnoDB: Compressed tables use zlib 1.2.7
2018-06-14 12:40:26 0 [Note] InnoDB: Number of pools: 1
2018-06-14 12:40:26 0 [Note] InnoDB: Using generic crc32 instructions
2018-06-14 12:40:26 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2018-06-14 12:40:26 0 [Note] InnoDB: Completed initialization of buffer pool
2018-06-14 12:40:26 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2018-06-14 12:40:26 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2018-06-14 12:40:26 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2018-06-14 12:40:26 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2018-06-14 12:40:26 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2018-06-14 12:40:26 0 [Note] InnoDB: Waiting for purge to start
2018-06-14 12:40:26 0 [Note] InnoDB: 10.3.7 started; log sequence number 7796129437; transaction id 80278
2018-06-14 12:40:26 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2018-06-14 12:40:26 0 [Note] Plugin 'FEEDBACK' is disabled.
2018-06-14 12:40:26 0 [Note] InnoDB: Buffer pool(s) load completed at 180614 12:40:26
2018-06-14 12:40:26 0 [Note] Server socket created on IP: '0.0.0.0'.
2018-06-14 12:40:26 0 [Note] WSREP: Initial position: 3c15149f-5766-11e8-9a99-22bc53d40581:26987
2018-06-14 12:40:26 0 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib64/galera/libgalera_smm.so'
2018-06-14 12:40:26 0 [Note] WSREP: wsrep_load(): Galera 25.3.23(r3789) by Codership Oy <info@codership.com> loaded successfully.
2018-06-14 12:40:26 0 [Note] WSREP: CRC-32C: using "slicing-by-8" algorithm.
2018-06-14 12:40:26 0 [Note] WSREP: Found saved state: 3c15149f-5766-11e8-9a99-22bc53d40581:-1, safe_to_bootstrap: 1
2018-06-14 12:40:26 0 [Note] WSREP: Passing config to GCS: base_dir = /var/lib/mysql/; base_host = 192.168.104.196; base_port = 4567; cert.log_conflicts = no; debug = no; evs.auto_evict = 0; evs.delay_margin = PT1S; evs.delayed_keep_period = PT30S; evs.inactive_check_period = PT0.5S; evs.inactive_timeout = PT15S; evs.join_retrans_period = PT1S; evs.max_install_timeouts = 3; evs.send_window = 4; evs.stats_report_period = PT1M; evs.suspect_timeout = PT5S; evs.user_send_window = 2; evs.view_forget_timeout = PT24H; gcache.dir = /var/lib/mysql/; gcache.keep_pages_size = 0; gcache.mem_size = 0; gcache.name = /var/lib/mysql//galera.cache; gcache.page_size = 128M; gcache.recover = no; gcache.size = 128M; gcomm.thread_prio = ; gcs.fc_debug = 0; gcs.fc_factor = 1.0; gcs.fc_limit = 16; gcs.fc_master_slave = no; gcs.max_packet_size = 64500; gcs.max_throttle = 0.25; gcs.recv_q_hard_limit = 9223372036854775807; gcs.recv_q_soft_limit = 0.25; gcs.sync_donor = no; gmcast.segment = 0; gmcast.version = 0; pc.announce_timeout = PT3S; pc.checksum = false; p
2018-06-14 12:40:26 0 [Note] WSREP: GCache history reset: 3c15149f-5766-11e8-9a99-22bc53d40581:0 -> 3c15149f-5766-11e8-9a99-22bc53d40581:26987
2018-06-14 12:40:26 0 [Note] WSREP: Assign initial position for certification: 26987, protocol version: -1
2018-06-14 12:40:26 0 [Note] WSREP: Start replication
2018-06-14 12:40:26 0 [Note] WSREP: Setting initial position to 3c15149f-5766-11e8-9a99-22bc53d40581:26987
2018-06-14 12:40:26 0 [Note] WSREP: protonet asio version 0
2018-06-14 12:40:26 0 [Note] WSREP: Using CRC-32C for message checksums.
2018-06-14 12:40:26 0 [Note] WSREP: backend: asio
2018-06-14 12:40:26 0 [Note] WSREP: gcomm thread scheduling priority set to other:0
2018-06-14 12:40:26 0 [Note] WSREP: restore pc from disk successfully
2018-06-14 12:40:26 0 [Note] WSREP: GMCast version 0
2018-06-14 12:40:26 0 [Note] WSREP: (00000000, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567
2018-06-14 12:40:26 0 [Note] WSREP: (00000000, 'tcp://0.0.0.0:4567') multicast: , ttl: 1
2018-06-14 12:40:26 0 [ERROR] WSREP: failed to open gcomm backend connection: 131: invalid UUID: 00000000 (FATAL)
         at gcomm/src/pc.cpp:PC():267
2018-06-14 12:40:26 0 [ERROR] WSREP: gcs/src/gcs_core.cpp:gcs_core_open():208: Failed to open backend connection: -131 (State not recoverable)
2018-06-14 12:40:26 0 [ERROR] WSREP: gcs/src/gcs.cpp:gcs_open():1458: Failed to open channel 'cluster1' at 'gcomm://192.168.104.191,192.168.104.195,192.168.104.196': -131 (State not recoverable)
2018-06-14 12:40:26 0 [ERROR] WSREP: gcs connect failed: State not recoverable
2018-06-14 12:40:26 0 [ERROR] WSREP: wsrep::connect(gcomm://192.168.104.191,192.168.104.195,192.168.104.196) failed: 7
2018-06-14 12:40:26 0 [ERROR] Aborting



 Comments   
Comment by Zdravelina Sokolovska (Inactive) [ 2018-06-14 ]

It seems that Nodes booted for some reason with empty gvwstate.dat files and that caused the reception of
[ERROR] WSREP: failed to open gcomm backend connection: 131: invalid UUID: 00000000 (FATAL) at gcomm/src/pc.cpp:PC():267
and bootstrapping cluster failure.

Comment by Zdravelina Sokolovska (Inactive) [ 2018-06-14 ]

Current Workaround: mv /var/lib/mysql/gvwstate.dat /var/lib/mysql/gvwstate.dat.bb
and bootstrap the cluster :galera_new_cluster on 1 Node ; service mysql start on other Nodes

Comment by Mario Karuza (Inactive) [ 2018-07-10 ]

winstone Do you have logs before bootstrapping galera node with this problem ? Can gvwstate.dat be attached ? Is it just "empty" file or does it have anything written in it ?

I could not reproduce this problem, and looking how this file is handle inside galera it should be highly unlikely to come to this state / problem.

Comment by Zdravelina Sokolovska (Inactive) [ 2018-07-13 ]

mkaruza, have attached the logs from all nodes.The file gvwstate.dat was empty without anything written into.
#file gvwstate.dat.bb
gvwstate.dat.bb: empty

Comment by Mario Karuza (Inactive) [ 2018-07-13 ]

winstone Do you have logs "before" this problem appears ?
For example i could only see few lines before node starts into looping into this problematic state.

Also, if this gvwstate.dat.bb is empty, can you provide information when it was last written to?

Comment by Zdravelina Sokolovska (Inactive) [ 2018-07-18 ]

actually before the occurrence of the problem, all Nodes were in OPERATIONAL state ; 2X Synced and 1 Desynced and cluster was operational ;
the gvwstate.dat.bb is just a copy of gvwstate.dat . I copied gvwstate.dat there: mv /var/lib/mysql/gvwstate.dat /var/lib/mysql/gvwstate.dat.bb , in order to overcome the problem , as have mentioned in a comment above

mkaruza, the stat file
[root@t4w5 mysql]# stat gvwstate.dat.bb
File: ‘gvwstate.dat.bb’
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 803h/2051d Inode: 134884502 Links: 1
Access: (0660/rw-rw---) Uid: ( 996/ mysql) Gid: ( 994/ mysql)
Access: 2018-06-14 06:54:55.743430228 +0300
Modify: 2018-06-14 06:50:45.187568402 +0300
Change: 2018-06-14 13:11:38.188192952 +0300
Birth: -

[root@t4w6 mysql]# stat gvwstate.dat.bb
File: ‘gvwstate.dat.bb’
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 803h/2051d Inode: 402661300 Links: 1
Access: (0660/rw-rw---) Uid: ( 996/ mysql) Gid: ( 994/ mysql)
Access: 2018-06-14 06:57:34.806715792 +0300
Modify: 2018-06-14 06:50:44.990867469 +0300
Change: 2018-06-14 13:03:17.012038381 +0300
Birth: -

Comment by Mario Karuza (Inactive) [ 2018-07-19 ]

Following the analysis of provided logs accompanied with provided data ( modify date/time of gvwstate.dat ) and source code of galera this are conclusions:

1. gvwstate.dat is only written on one place in code. In function gcomm::PC::handle_up and there are few conditions that must be true so this can happen. One of important condition is that node should receive PRIMARY view. If all conditions are correct, before writing to gvwstate.dat log message "save pc into disk" should be seen in node logs, which is not true for any of provided node logs.

1. Node2 which was manually desynced.

2018-06-13 16:06:32 0 [Note] WSREP: Shifting SYNCED -> DONOR/DESYNCED (TO: 26985)
2018-06-13 16:06:53 24 [Note] WSREP: Provider paused at 3c15149f-5766-11e8-9a99-22bc53d40581:26985 (9)
2018-06-13 17:35:17 24 [Note] WSREP: resuming provider at 9
2018-06-13 17:35:17 24 [Note] WSREP: Provider resumed.
 
2018-06-14  6:54:55 0 [Note] WSREP: Read nil XID from storage engines, skipping position init
2018-06-14  6:54:55 0 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib64/galera/libgalera_smm.so'
2018-06-14  6:54:55 0 [Note] WSREP: wsrep_load(): Galera 25.3.22(r3764) by Codership Oy <info@codership.com> loaded successfully.

As you can see there are no logs between 17:35 on 13/6 and 6:54 on 14/6. Provided modify date/time for gvwstate.dat shows that that "someone" modified it at 6:50:45 which is strange. Node 2 after that aborts because it reads empty file.

3. Node3 also have same problem with empty gvwstate.dat file. Following log shows that there were 2 runs of mysqld where one was done with correct gvwstate.dat (started at 6:49:26 ) and second one with empty one ( started at 6:57:34 ). For first run node only received NON-PRIMARY view.
File gvwstate.dat is modified at 6:50:45.

2018-06-14  6:49:52 0 [Note] WSREP: Flow-control interval: [23, 23]
2018-06-14  6:49:52 0 [Note] WSREP: Trying to continue unpaused monitor
2018-06-14  6:49:52 0 [Note] WSREP: Received NON-PRIMARY.
2018-06-14  6:49:52 7 [Note] WSREP: New cluster view: global state: 3c15149f-5766-11e8-9a99-22bc53d40581:26987, view# -1: non-Primary, number of nodes: 2, my index: 1, protocol version -1
2018-06-14  6:49:52 7 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2018-06-14  6:49:55 0 [Note] WSREP: (624f769d, 'tcp://0.0.0.0:4567') turning message relay requesting off
 
2018-06-14  6:57:34 0 [ERROR] mysqld: Can't open shared library 'handlersocket.so' (errno: 1, Loading of beta plugin handlersocket is prohibited by --plugin-maturity=gamma)
2018-06-14  6:57:34 0 [Note] InnoDB: For Galera, using innodb_lock_schedule_algorithm=fcfs
2018-06-14  6:57:34 0 [Note] InnoDB: Using Linux native AIO

Overall i think that it should be considered that gvwstate.dat file could have been changed outside of galera process. If something goes wrong, like in this case, it is clear that there should be manual intervention.

Comment by Zdravelina Sokolovska (Inactive) [ 2018-07-23 ]

It's found that bootstrapping cluster failure with
[ERROR] WSREP: failed to open gcomm backend connection: 131: invalid UUID: 00000000 (FATAL) at gcomm/src/pc.cpp:PC():267
was caused by
*1. nodes came up with empty gvwstate.dat files *
*2. the empty gvwstate.dat files broke the cluster reestablishment *

Comment by Jan Lindström (Inactive) [ 2019-05-13 ]

If galera cache files are modified outside of the mariadb process further actions require manual correction e.g. totally removing that file.

Generated at Thu Feb 08 08:29:18 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.