[MDEV-16032] 10.0.34 (probably) package broken on Ubuntu Trusty (unable to join Galera cluster) Created: 2018-04-25 Updated: 2018-08-30 Resolved: 2018-08-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Galera SST |
| Affects Version/s: | 10.0, 10.0.34-galera |
| Fix Version/s: | 10.0.36-galera |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Claudio Kuenzler | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux, Ubuntu 14.04 Trusty |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
After updating today from 10.0.32 to 10.0.34 on a Ubuntu 14.04 Trusty, the node does not join the Galera cluster anymore with xtrabackup. Relevant error message:
After having copied the old /usr/bin/wsrep_sst_xtrabackup from a node with 10.0.31, this node was able to join the cluster again after a MariaDB restart. Installed packages (after the update):
According to apt, this file (/usr/bin/wsrep_sst_xtrabackup) comes from:
I find this is very similar to issue https://jira.mariadb.org/browse/MDEV-15254 but there the ticket was closed already. Feel free to mark this is dupe if it should be followed-up on an already existing issue. |
| Comments |
| Comment by Claudio Kuenzler [ 2018-04-25 ] | ||||||||||||||||||||
|
Looks like the function setup_ports got removed in https://github.com/mariadb-corporation/mariadb-columnstore-server/commit/c383418cbf754c654a9a705ddb73a107e390ecb2#diff-7128ccb1c704591dbe0ce47aac7b6d76 but the function is still called. | ||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2018-05-08 ] | ||||||||||||||||||||
|
serg Can you check is this merge error ? | ||||||||||||||||||||
| Comment by Daniel Black [ 2018-05-08 ] | ||||||||||||||||||||
|
aka sorry to say its probably a my error and the function should be removed. wsrep_sst_common sets the same vars. | ||||||||||||||||||||
| Comment by Sergei Golubchik [ 2018-05-08 ] | ||||||||||||||||||||
|
following commit https://github.com/MariaDB/server/commit/a2a038152eb9ea setup_ports should be removed from wsrep_sst_xtrabackup.sh | ||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2018-08-29 ] | ||||||||||||||||||||
|
I do no see setup_ports on current version of 10.0-galera. | ||||||||||||||||||||
| Comment by Claudio Kuenzler [ 2018-08-30 ] | ||||||||||||||||||||
|
Can confirm:
Then ran in general a system update (apt-get upgrade) which installed 10.0.36:
setup_ports function is now gone:
|