[MDEV-13657] One of the nodes can't rejoin to cluster with Xtrabackup-v2 SST method Created: 2017-08-27 Updated: 2017-08-28 Resolved: 2017-08-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Galera SST, Storage Engine - InnoDB |
| Affects Version/s: | 10.2.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Hamoon Mohammadian Pour | Assignee: | Andrii Nikitin (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | galera, innodb, mariadb | ||
| Environment: |
Centos 7 |
||
| Description |
|
A few days ago we Upgraded our cluster (3 nodes) From MariaDB 10.1 to 10.2. This is the Error log of Donor node:
And this is the Innodb.backup.log:
Error log of Joiner:
and my.cnf setting(this is same in the nodes)
|
| Comments |
| Comment by Andrii Nikitin (Inactive) [ 2017-08-27 ] |
|
You must upgrade xtrabackup to 2.4 , because 2.3 cannot handle 10.2 and expectedly shows that error 'No valid checkpoint found'. |
| Comment by Hamoon Mohammadian Pour [ 2017-08-28 ] |
|
Oh Thank you Andrii |