Running Percona 5.6.12rc and got the following error message on a slave (it has log slave updates enabled if that makes any difference)
“The slave coordinator and worker threads are stopped, possibly leaving data in inconsistent state. A restart should restore consistency automatically, although using non-transactional storage for data or info tables or DDL queries could lead to problems. In such cases you have to examine your data (see documentation for details).”
Stopped mysql, restarted mysql and restarted the slave threads and everything seems fine, still need to do a full audit to make sure.
I found this bug report:
http://bugs.mysql.com/bug.php?id=69369
Another slave off of the same master did not have the same problem, the primary difference, as mentioned above, is that the other slave is not logging updates.
Anyone else experienced this problem?
- Aaron