Hello,
I am trying to configure 3 node pxc 8.0.30 on rhel8.
I am able to bootstrap the 1st node, but the joiner nodes fail with error.
2023-02-16T08:47:53.138095Z 0 [Note] [MY-000000] [WSREP-SST] Preparing the backup at /var/lib/mysql//sst-xb-tmpdir
2023-02-16T08:47:53.138223Z 0 [Note] [MY-000000] [WSREP-SST] (debug) Evaluating (@ Xtrabackup prepare stage) /usr/bin/pxc_extra/pxb-8.0/bin/xtrabackup --no-version-check --use-memory=3G --prepare $rebuildcmd $keyringapplyopt $encrypt_prepare_options --rollback-prepared-trx --xtrabackup-plugin-dir=/usr/bin/pxc_extra/pxb-8.0/lib/plugin --target-dir=${DATA} &>${DATA}/innobackup.prepare.log
2023-02-16T08:47:53.138478Z 0 [Note] [MY-000000] [Galera] Member 0.0 (abrv-0052.xxxxx.com) synced with group.
2023-02-16T08:47:53.160467Z 0 [ERROR] [MY-000000] [WSREP-SST] Cleanup after exit with status:2
2023-02-16T08:47:53.813201Z 0 [Note] [MY-000000] [Galera] Member 2.0 (abrv-0053.xxxxxx.com) requested state transfer from ‘any’. Selected 0.0 (abrv-0052.xxxxxx.com)(SYNCED) as donor.
2023-02-16T08:47:55.626976Z 0 [ERROR] [MY-000000] [WSREP] Process completed with error: wsrep_sst_xtrabackup-v2 --role ‘joiner’ --address ‘abrv-0054.xxxxxxx.com’ --datadir ‘/var/lib/mysql/’ --basedir ‘/usr/’ --defaults-file ‘/etc/my.cnf’ --defaults-group-suffix ‘’ --parent ‘28596’ --mysqld-version ‘8.0.30-22.1’ --binlog ‘mysql-bin’ : 2 (No such file or directory)
2023-02-16T08:47:55.627031Z 0 [ERROR] [MY-000000] [WSREP] Failed to read uuid:seqno from joiner script.
2023-02-16T08:47:55.627041Z 0 [ERROR] [MY-000000] [WSREP] SST script aborted with error 2 (No such file or directory)
2023-02-16T08:47:55.627143Z 3 [Note] [MY-000000] [Galera] Processing SST received
2023-02-16T08:47:55.627164Z 3 [Note] [MY-000000] [Galera] SST received: 00000000-0000-0000-0000-000000000000:-1
2023-02-16T08:47:55.627177Z 3 [System] [MY-000000] [WSREP] SST completed
2023-02-16T08:47:55.627341Z 2 [Note] [MY-000000] [Galera] str_proto_ver_: 3 sst_seqno_: -1 cc_seqno: 2 req->ist_len(): 77
2023-02-16T08:47:55.627379Z 2 [ERROR] [MY-000000] [Galera] Application received wrong state:
Received: 00000000-0000-0000-0000-000000000000
Required: 8b65986d-add6-11ed-a93b-f371aa0e8b7f
2023-02-16T08:47:55.627411Z 2 [ERROR] [MY-000000] [Galera] Application state transfer failed. This is unrecoverable condition, restart required.
2023-02-16T08:47:55.627425Z 2 [Note] [MY-000000] [Galera] ReplicatorSMM::abort()
2023-02-16T08:47:55.627441Z 2 [Note] [MY-000000] [Galera] Closing send monitor…
2023-02-16T08:47:55.627450Z 2 [Note] [MY-000000] [Galera] Closed send monitor.
2023-02-16T08:47:55.627460Z 2 [Note] [MY-000000] [Galera] gcomm: terminating thread
2023-02-16T08:47:55.627478Z 2 [Note] [MY-000000] [Galera] gcomm: joining thread
2023-02-16T08:47:55.627602Z 2 [Note] [MY-000000] [Galera] gcomm: closing backend
2023-02-16T08:47:55.628505Z 2 [Note] [MY-000000] [Galera] Current view of cluster as seen by this node
I have spent almost 4 days now, trying to find the root cause.
Any help would be really appreciated.