Report this

What is the reason for this report?

Galera Cluster with MySQL 5.7 adding a new node

Posted on August 7, 2018

Hi all,

I’m attempting to add another node to my Galera Cluster running MySQL 5.7. Whenever I use

sudo systemctl start mysql

It fails. The cluster it’s joining has a good 50gigs of data in it so it should execute a state transfer via rsync per the config but it never finishes and fails out normally after 5 ish minutes.

Is there a way to adjust the timeout? I’ve adjusted it within (/lib/systemd/system/mysql.service) to 7200 seconds. Am I missing somewhere else?

Thank you!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello friend!

Are you able to pull the service log and find out what it is reporting the problem to be after this occurs? I’m thinking that will be ideal in this case. Something like this should do it:

journalctl -u mysql.service --no-pager

Kind Regards, Jarland

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.