Good day, All.
My issue looks very similar to https://www.percona.com/blog/2013/09/16/possible-reasons-when-mysql-replication-lag-is-flapping-between-0-and-xxxxx/
As i can not ask in that thread anymore, here is the new thread.
Looks to me that my issue to be the same as ![]()
2. Dual-master setup, “log_slave_updates” enabled, server-ids changed.
Tried:
STOP SLAVE; CHNAGE MASTER TO MASTER_LOG_POS=${a_new_number_from_show_master_status_command_on_the_master}; START SLAVE;
However, the issue is still there.
Please shed some light.
Thanks a lot in advance