Hi,
I'm wondering if anyone has a similar setup where they're running the
Percona Cluster builds as a standard MySQL slave?
I was running 5.5.27-55-log in testing, up until today where I've just
restarted one of our slaves and noticed that MySQL replication stops
working.
From what I can tell, the slave is still receiving events from the master
(Read_Master_Log_Pos is increasing), however the slave stops executing
entries in the replay log (Exec_Master_Log_Pos stays the same). a STOP
SLAVE causes MySQL to lock up (nothing in the logs, requires a kill -9),
and then subsequent restarts of the slave still experience the same issue.
The only way I've been able to "fix" the issue, is start fresh on the
slave, which isn't ideal.
Configuration is nothing out of the ordinary, and when I install Percona
Server 5.5.28-29.1-log and remove the wsrep* variables, replication works
correctly across restarts on the slave.