replication-manager
replication-manager copied to clipboard
MySQL 5.7 can loop for ever waiting to apply relay log
when the one master and one slave auto failover,the old master not start,the new master(old slave) is not auto failover
[root@proxysql1 ~]# replication-manager-osc version Replication Manager 2.0.1 for MariaDB 10.x and MySQL 5.7 Series Full Version: 2.0.1-26-gb2bc67c Build Time: 2019-06-04T18:49:51+0800
That's really unexpected looks like mysql don't upgrade the gtid or the file position up to what it has read on the master . Can you provide minor MySQL Minor release and the content of the relay log from position where it stop to the pos it end , i will patch the code to look after Slave Has read all relay log message , but that looks like a hack .
MySQL release :Server version: 5.7.25
increase check-replication-state = false is successful