[MDEV-14063] mariadb102-server 10.2.9 cannot startup with galera Created: 2017-10-13 Updated: 2017-11-03 Resolved: 2017-11-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.2.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | TAO ZHOU | Assignee: | Andrii Nikitin (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
FreeBSD 11.1 |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
I am running galera multi-master. After upgrading one node from 10.2.7_1 to 10.2.9. I couldn't start it. When I run bash -x /usr/local/etc/rc.d/mysql-server start, I found that mysqld_safe is looking for "WSREP: Running position" in wsrep_recovery.XXXXXX. Not sure if this is related to I compared mysqld_safe with another machine which is running 10.2.7_1.
So I replaced mysqld_safe with version 10.2.7_1 and now I can start it up. |
| Comments |
| Comment by TAO ZHOU [ 2017-10-13 ] |
|
I can only start it with /usr/local/bin/mysqld_safe from command line. Still couldn't start with 'service mysql-server start'. |
| Comment by Andrii Nikitin (Inactive) [ 2017-10-13 ] |
|
In addition to mentioned mysqld_safe patch, 10.2.9 may have sst scripts problems . Could you check in joiner node if sst was used and if it was rsync or some other ? In any case we need to see error log from both joiner and donor to assist |
| Comment by TAO ZHOU [ 2017-10-16 ] |
|
There are no logs on the donor side because the joiner exited before it started to join. 2017-10-13 12:52:34 34426937344 [Note] /usr/local/libexec/mysqld (mysqld 10.2.9-MariaDB-log) starting as process 7117 ... I am using mariabackup for sst. |
| Comment by Andrii Nikitin (Inactive) [ 2017-10-31 ] |
|
My understanding is that if you see message "WSREP: Recovered position" in MariaDB Server error log - then problem is related to |