You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have defined garbd as a service, but after a reboot garbd fails to start during the boot of the system:
2024-10-09 10:19:29.825 INFO: Using CRC-32C for message checksums.
2024-10-09 10:19:29.825 INFO: backend: asio
2024-10-09 10:19:29.826 INFO: gcomm thread scheduling priority set to other:0
2024-10-09 10:19:29.829 INFO: access file(./gvwstate.dat) failed(No such file or directory)
2024-10-09 10:19:29.829 INFO: restore pc from disk failed
2024-10-09 10:19:29.829 INFO: GMCast version 0
2024-10-09 10:19:29.830 WARN: Failed to resolve tcp://<cluster node 1>l:4567
2024-10-09 10:19:29.830 WARN: Failed to resolve tcp://<cluster node 2>:45667
2024-10-09 10:19:29.830 INFO: (34b316fb-a19a, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567
2024-10-09 10:19:29.830 INFO: (34b316fb-a19a, 'tcp://0.0.0.0:4567') multicast: , ttl: 1
2024-10-09 10:19:29.838 INFO: EVS version 1
2024-10-09 10:19:29.838 INFO: gcomm: connecting to group 'zabbix_6_OT_cluster', peer '<cluster node 1>:4567,<cluster node 2>:45667'
2024-10-09 10:19:29.838 ERROR: failed to open gcomm backend connection: 131: No address to connect (FATAL)
at /builddir/build/BUILD/galera-26.4.14/gcomm/src/gmcast.cpp:connect_precheck():320
2024-10-09 10:19:29.838 ERROR: /builddir/build/BUILD/galera-26.4.14/gcs/src/gcs_core.cpp:gcs_core_open():221: Failed to open backend connection: -131 (State not recoverable)
2024-10-09 10:19:29.838 ERROR: /builddir/build/BUILD/galera-26.4.14/gcs/src/gcs.cpp:gcs_open():1669: Failed to open channel 'zabbix_6_OT_cluster' at 'gcomm://<cluster node 1>:4567,<cluster node 2>:45667': -131 (State not recoverable)
2024-10-09 10:19:29.838 INFO: Shifting CLOSED -> DESTROYED (TO: 0)
2024-10-09 10:19:29.838 FATAL: Exception in creating receive loop: Failed to open connection to group: 131 (State not recoverable)
at /builddir/build/BUILD/galera-26.4.14/garb/garb_gcs.cpp:Gcs():35
After logging into the rebooted system and manually starting garbd (systemctl start garbd) everything works just fine. Only after a reboot garbd fails to start.
The text was updated successfully, but these errors were encountered:
I have defined garbd as a service, but after a reboot garbd fails to start during the boot of the system:
2024-10-09 10:19:29.825 INFO: Using CRC-32C for message checksums.
2024-10-09 10:19:29.825 INFO: backend: asio
2024-10-09 10:19:29.826 INFO: gcomm thread scheduling priority set to other:0
2024-10-09 10:19:29.829 INFO: access file(./gvwstate.dat) failed(No such file or directory)
2024-10-09 10:19:29.829 INFO: restore pc from disk failed
2024-10-09 10:19:29.829 INFO: GMCast version 0
2024-10-09 10:19:29.830 WARN: Failed to resolve tcp://<cluster node 1>l:4567
2024-10-09 10:19:29.830 WARN: Failed to resolve tcp://<cluster node 2>:45667
2024-10-09 10:19:29.830 INFO: (34b316fb-a19a, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567
2024-10-09 10:19:29.830 INFO: (34b316fb-a19a, 'tcp://0.0.0.0:4567') multicast: , ttl: 1
2024-10-09 10:19:29.838 INFO: EVS version 1
2024-10-09 10:19:29.838 INFO: gcomm: connecting to group 'zabbix_6_OT_cluster', peer '<cluster node 1>:4567,<cluster node 2>:45667'
2024-10-09 10:19:29.838 ERROR: failed to open gcomm backend connection: 131: No address to connect (FATAL)
at /builddir/build/BUILD/galera-26.4.14/gcomm/src/gmcast.cpp:connect_precheck():320
2024-10-09 10:19:29.838 ERROR: /builddir/build/BUILD/galera-26.4.14/gcs/src/gcs_core.cpp:gcs_core_open():221: Failed to open backend connection: -131 (State not recoverable)
2024-10-09 10:19:29.838 ERROR: /builddir/build/BUILD/galera-26.4.14/gcs/src/gcs.cpp:gcs_open():1669: Failed to open channel 'zabbix_6_OT_cluster' at 'gcomm://<cluster node 1>:4567,<cluster node 2>:45667': -131 (State not recoverable)
2024-10-09 10:19:29.838 INFO: Shifting CLOSED -> DESTROYED (TO: 0)
2024-10-09 10:19:29.838 FATAL: Exception in creating receive loop: Failed to open connection to group: 131 (State not recoverable)
at /builddir/build/BUILD/galera-26.4.14/garb/garb_gcs.cpp:Gcs():35
After logging into the rebooted system and manually starting garbd (systemctl start garbd) everything works just fine. Only after a reboot garbd fails to start.
The text was updated successfully, but these errors were encountered: