[MDEV-4550] MariaDB Galera init script reports failure when Galera is syncing up (SST) Created: 2013-05-20 Updated: 2020-07-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.29-galera |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Tomas Gustavsson | Assignee: | Seppo Jaakola |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 12.04, MariaDB-Galera |
||
| Description |
|
If you have a database larger than trivial size (mine is about 20GB) the init scripts report failure during SST. root@testb:/etc/mysql# /etc/init.d/mysql start
This is because the startup pauses when galera does state transfer, so the init script times out and says that MariaDB start failed. Not sure if it it's possible to do anything sensible about this? I guess somehow the scripts would need to know that an SST is in progress and either wait (but you don't want the init script to wait for 10 minutes) or exit with a nicer message. |