[MDEV-5110] init script for mariadb galera cluster Created: 2013-10-08 Updated: 2015-10-30 Resolved: 2015-10-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | erkan yanar | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | galera | ||
| Issue Links: |
|
||||||||
| Description |
|
Having a look into the init script from mariadb-galera-server-5.5 I see some things that are not good. Some of them also fit to mariadb in general.
Things that are not good for Galera or are missing for a better Galera support.
|
| Comments |
| Comment by Elena Stepanova [ 2013-10-08 ] |
|
Bug #870310 was (somewhat) fixed as killall is still present though. For the Galera issues, Jan, could you please take a look and decide whether it should be done on our side or we should reassign it to Seppo? And if it's to be done on our side, please decide between you and Holyfoot who would be doing it. Thanks. |
| Comment by erkan yanar [ 2013-10-31 ] |
|
Forget the wsrep-recover thing. It is in mysqld_safe and not in the init script. |
| Comment by Daniel Black [ 2014-03-04 ] |
|
ref kill/killall - perhaps check its not in a DONOR state. bootstrap - see credentials - see |
| Comment by Nirbhay Choubey (Inactive) [ 2015-10-30 ] |
|
kill/killall : |
| Comment by Nirbhay Choubey (Inactive) [ 2015-10-30 ] |
|
On shutdown, if the SST is in progress, it may fail, and thus the joiner node needs to find another donor node. |