[MDEV-15859] MariaDB 10.2.13~14 Impossible to make SST with libmariadbclient18 (from MariaDB) Created: 2018-04-13 Updated: 2021-12-23 Resolved: 2021-12-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.2.13, 10.2.14 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Aurélien LEQUOY | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian 9.4 install from MariaDB repository |
||
| Description |
|
FOUND : the problem come from --defaults-file with : (look it's not loaded in particular order or combined with an other option). First I tried to upgrade my galera cluster from 10.2.12 to 10.2.13, i stopped one node to upgrade and put back, but the node fail to IST and then fail to SST. (I pushed a bug about this : https://jira.mariadb.org/browse/MDEV-15453?filter=-2) Then when we tried to deploy a new cluster : Work :
(i don't know why Debian installed this version for mariadb 10.2.13) Not Work :
Full listing :
not work :
|
| Comments |
| Comment by Aurélien LEQUOY [ 2018-04-13 ] | |||
|
I can see you pushed MariaDB 10.2.14 with broken SST ..., as all time I thought the problem come from xtrabackup, but not in this case. Why nobody answered yet to all work I made with SST on other bug from with MariaDB 10.2.13 + SST ? i tested this morning with 10.2.14 and the problem is still there. Work around : remove
add
| |||
| Comment by Sergei Golubchik [ 2018-04-18 ] | |||
|
Aurelien_LEQUOY could you please clarify the issue? multiple .cnf files are loaded in the incorrect order? | |||
| Comment by Aurélien LEQUOY [ 2018-04-30 ] | |||
|
when we used with salt, it's look like --default-file= not load correctly. more loading SST with saltcrashed, but sworking manually. and the only one difference it's the origin of the packet. there is one regression on the package provided in MariaDB 10.2 (libmariadbclient18) | |||
| Comment by Jan Lindström (Inactive) [ 2018-05-14 ] | |||
|
Hi, can you explain step by step what you were trying to do? Secondly, what you mean by salt? Where you use it? Can you provide configuration from all nodes and error log from all nodes. | |||
| Comment by Aurélien LEQUOY [ 2018-08-16 ] | |||
|
i will make a new test, next week |