Problem: I am trying to setup a mariadb galera cluster with 3+ nodes in Alma Linux 9.4 env. The mariadb version is 10.11.6-1 and galera version is 26.4.16 and socat version is 1.7.4.1-5. The first node is started with new_cluster option and the database is up and running. When I try to add the second node to the cluster it is always failing with following error. WSREP_SST: [ERROR] Possible timeout in receiving first data from donor in gtid stage: exit codes: 124 0 (20240708 20:03:10.560) WSREP_SST: [ERROR] Cleanup after exit with status: 32 (20240708 20:03:10.568) WSREP_SST: [ERROR] Removing /tmp/tmp.9nWF3ySGO6/xtrabackup_galera_info file due to signal (20240708 20:03:10.577) WSREP_SST: [INFO] Removing the sst_in_progress file (20240708 20:03:10.585) WSREP_SST: [INFO] Cleaning up temporary directories (20240708 20:03:10.597) 2024-07-08 20:04:39 0 [ERROR] WSREP: Failed to read 'ready ' from: wsrep_sst_mariabackup --role 'joiner' --address '10.1.11.242' --datadir '/var/lib/mysql/' --parent 18883 --progress 0 --binlog '/var/lib/mysql/mysql-bin' --mysqld-args --basedir=/usr --wsrep_start_position=53b03802-3d42-11ef-bdc9-9b83e6aba1c4:657 Read: '(null)' 2024-07-08 20:04:39 0 [ERROR] WSREP: Process completed with error: wsrep_sst_mariabackup --role 'joiner' --address '10.1.11.242' --datadir '/var/lib/mysql/' --parent 18883 --progress 0 --binlog '/var/lib/mysql/mysql-bin' --mysqld-args --basedir=/usr --wsrep_start_position=53b03802-3d42-11ef-bdc9-9b83e6aba1c4:657: 32 (Broken pipe) 2024-07-08 20:04:39 2 [ERROR] WSREP: Failed to prepare for 'mariabackup' SST. Unrecoverable. 2024-07-08 20:04:39 2 [ERROR] WSREP: SST request callback failed. This is unrecoverable, restart required. I am not sure where the problem is. The wsrep_debug setting did not help much. The configuration, most of the donor and joiner log snippets are included. Appreciate if some one could comment where the probelm could be or what could be done to get some more failure logs or isolate the problem.