codership / mysql-wsrep

wsrep API patch for MySQL server
Other
65 stars 34 forks source link

Xtrabackup SST fails with `WSREP_SST_OPT_PORT: unbound variable` #369

Open temeo opened 4 years ago

temeo commented 4 years ago

Xtrabackup SST fails with an error

WSREP_SST: [WARNING] wsrep_node_address or wsrep_sst_receive_address not set. Co
nsider setting them if SST fails. (20200615 13:23:51.437)
/usr//bin/wsrep_sst_xtrabackup-v2: line 993: WSREP_SST_OPT_PORT: unbound variable

if wsrep_sst_receive_address is not explicitly set.

As a workaround, specify wsrep_sst_receive_address=<ip>:<port> explicitly.