MySQL Forums
Forum List  »  Replication

Re: Issue with Replication using MySQL 5.7.19 on Windows 2012
Posted by: Peter Brawley
Date: June 14, 2019 12:39PM

Quote

While initializing dump thread for slave with UUID <2319b48e-8ec1-11e9-930d-02dc030030ab>, found a zombie dump thread with the same UUID. Master is killing the zombie dump thread(60).

Is https://bugs.mysql.com/bug.php?id=92106 relevant?

After the slave has started, you have ...

Slave_IO_State: Queueing master event to the relay log

Soon after that, you want to see ...

Slave_IO_State: Waiting for master to send event

Something about the dump and/or the log and/or a connection is not right.

Have you proved that the dump brought the slave perfectly up to date?

How big is the relay log? Is the relay pos correct?

The error log has many connect errors. You might look for "Aborted_connect" in the Windows event log.

What's the result of ...

show variables like '%timeout%';

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.