Hello guys,
I am creating a XtraDB Cluster from scratch, following the instructions in the documentation: [url]https://www.percona.com/doc/percona-xtradb-cluster/5.7/install/apt.html[/url]
The first node bootstraped correctly, I check the cluster is up with only one member.
When starting the first node, it fails due to an error in the donor.
2017-07-31T17:07:14.860938Z WSREP_SST: [ERROR] Cleanup after exit with status:22
2017-07-31T17:07:14.867544Z 0 [ERROR] WSREP: Process completed with error: wsrep_sst_xtrabackup-v2 --role 'donor' --address '10.100.10.2:4444/
xtrabackup_sst//1' --socket '/var/run/mysqld/mysqld.sock' --datadir '/var/lib/mysql/' --defaults-file '/etc/mysql/my.cnf' --defaults-group-suf
fix '' '' --gtid '796a420d-7604-11e7-9b8f-c654196ba803:6': 22 (Invalid argument)
2017-07-31T17:07:14.867615Z 0 [ERROR] WSREP: Command did not run: wsrep_sst_xtrabackup-v2 --role 'donor' --address '10.100.10.2:4444/xtrabacku
p_sst//1' --socket '/var/run/mysqld/mysqld.sock' --datadir '/var/lib/mysql/' --defaults-file '/etc/mysql/my.cnf' --defaults-group-suffix ''
'' --gtid '796a420d-7604-11e7-9b8f-c654196ba803:6'
2017-07-31T17:07:15.868023Z 0 [Note] WSREP: forgetting ac3a1981 (tcp://10.100.10.2:4567)
In the joiner I get the following message:
2017-07-31T17:07:06.408852Z 0 [Note] WSREP: (ac3a1981, 'tcp://0.0.0.0:4567') turning message relay requesting off
2017-07-31T17:07:14.784568Z WSREP_SST: [ERROR] ******************* FATAL ERROR **********************
2017-07-31T17:07:14.785212Z WSREP_SST: [ERROR] xtrabackup_checkpoints missing. xtrabackup/SST failed on DONOR. Check DONOR log
2017-07-31T17:07:14.785880Z WSREP_SST: [ERROR] ******************************************************
2017-07-31T17:07:14.786830Z WSREP_SST: [ERROR] Cleanup after exit with status:2
2017-07-31T17:07:14.792087Z 0 [ERROR] WSREP: Process completed with error: wsrep_sst_xtrabackup-v2 --role 'joiner' --address '10.100.10.2' --d
atadir '/var/lib/mysql/' --defaults-file '/etc/mysql/my.cnf' --defaults-group-suffix '' --parent '22504' '' : 2 (No such file or directory)
2017-07-31T17:07:14.792121Z 0 [ERROR] WSREP: Failed to read uuid:seqno from joiner script.
2017-07-31T17:07:14.792130Z 0 [ERROR] WSREP: SST script aborted with error 2 (No such file or directory)
2017-07-31T17:07:14.792164Z 0 [ERROR] WSREP: SST failed: 2 (No such file or directory)
I would appreciate any help in troubleshooting and debugging the issue.
Regards,
Diego