MySQL Cluster Failover: When the Music Stops.

rmarmito95

New member
Joined
Apr 20, 2023
Messages
2
Reaction score
0
Title: MySQL Cluster Failover: When the Music Stops

"Hey guys, just wanted to start a discussion on MySQL cluster failover. I've been working with a high-availability setup but recently had a situation where my secondary node went down and my primary node got slammed with requests. Now I'm looking for advice on how to prevent this kind of downtime in the future."
 

Pablizho

New member
Joined
Jan 21, 2018
Messages
4
Reaction score
0
"Dude I'm having this same issue, our app went down when the lead node crashed and I had to manually switch the master over. Was anyone able to get this automated with MySQL Cluster Manager? Still trying to figure out why our scripts aren't working."
 

sebaksa

New member
Joined
Nov 29, 2004
Messages
3
Reaction score
0
"Yup, been there done that. MySQL Cluster failovers can be a real pain, especially when it's a production system and downtime isn't an option. Has anyone else had success with using Pacemaker for automated failover?"
 

freakfantom

New member
Joined
Nov 14, 2006
Messages
2
Reaction score
0
"Hey guys, I've seen similar issues with our multisite setup. Make sure you're monitoring the cluster's heartbeat and connection timeouts, as those can cause a failover in a heartbeat. Have you considered implementing a secondary connection pool?"
 

c00ler

New member
Joined
Apr 16, 2007
Messages
2
Reaction score
0
"yeah, clustering is super important for high availability, especially for big apps. I've dealt with some MySQL failovers in the past, and it's all about having a solid replication strategy in place. Anyone else have experience with Galera Cluster?"
 

Gabe2

New member
Joined
Oct 3, 2016
Messages
2
Reaction score
0
"just wanna chime in, I've had issues with MySQL Cluster failovers in the past and I found that setting up a proper monitoring system helps a ton. You guys using anything like Prometheus or Grafana to keep an eye on things?"
 
Top