Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.11.8
-
Alpine 3.19, 3.20 & edge
Description
Hi there MariaDB community,
I'm wondering if someone could perhaps guide me here.
I'm trying to build 10.11.8 with Galera 26.4.18 from this repository https://github.com/MariaDB/galera/tree/mariadb-4.x-26.4.18.
I'm however running into a problem when testing a basic 3 node cluster where I get the below error message...
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: Passing config to GCS: base_dir = /var/lib/mysql/; base_host = 172.31.0.36; base_port = 4567; cert.log_conflicts = no; cert.optimistic_pa = yes; 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.keep_plaintext_size = 128M; gcache.mem_size = 0; gcache.name = galera.cache; gcache.page_size = 128M; gcache.recover = yes; 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.fc_single_primary = 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.listen_addr =
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: Start replication
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: Connecting with bootstrap option: 0
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: Setting GCS initial position to 00000000-0000-0000-0000-000000000000:-1
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: protonet asio version 0
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: Using CRC-32C for message checksums.
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: backend: asio
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: gcomm thread scheduling priority set to other:0
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: access file(/var/lib/mysql//gvwstate.dat) failed(No such file or directory)
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: restore pc from disk failed
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: GMCast version 0
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: (b4ea0439-b37f, 'tcp://[::]:4567') listening at tcp://[::]:4567
|
node2-1 | 2024-05-26 23:57:27 0 [Note] WSREP: (b4ea0439-b37f, 'tcp://[::]:4567') multicast: , ttl: 1
|
node2-1 | 2024-05-26 23:57:27 0 [ERROR] WSREP: failed to open gcomm backend connection: 34: parameter 'evs.inactive_check_period' value PT0.5S is out of range [P,PT0.25S): 34 (Result not representable)
|
I'm wondering if I'm doing something wrong as I'm not setting any variables apart from the following..
wsrep_cluster_name
wsrep_node_name
wsrep_node_address
wsrep_cluster_address
wsrep_debug
wsrep_provider_options = gmcast.listen_addr=tcp://[::]:4567
Any assistance or guidance would be greatly appreciated.