Задавайте вопросы, мы ответим
Вы не зашли.
Добрый день!
Периодически вылетает mysql репликация с ошибкой:
Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master's binary log is corrupted (you can check this by running 'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you can check this by running 'mysqlbinlog' on the relay log), a network problem, or a bug in the master's or slave's MySQL code. If you want to check the master's binary log or slave's relay log, you will be able to know their names by issuing 'SHOW SLAVE STATUS' on this slave.
Версия мастера: 10.0.17-MariaDB-1~wheezy-wsrep-log
Версия слейва: 10.0.17-MariaDB-1~wheezy-wsrep
Неактивен
Что говорит mysqlbinlog, если его запустить на relay log?
Неактивен
У Вас только одна реплика? Не может быть второй с тем же server-id?
Также, посмотрите, что у Вас установлены одинаковые значения max_allowed_packet.
Неактивен