MySQL Forums
Forum List  »  Replication

Re: weird error messages on slave
Posted by: Matthew Swanson
Date: June 08, 2005 08:34AM

Found this: Wonder if this is the cause? If so, wonder what tells it not to timeout at all? A 0 value maybe?

~~~~~~~~~~~~~~~~~~~~~~~~~

[6 Oct 2004 22:02] Matthew Lord
Thanks for your bug report!

This is expected behavior. This reconnection is due to the slave_timeout value
which is set to
3600 seconds by default (1 hour). This is in place because there are cases
where the master
may go down and come back up but the slave isn't notified so it stays in waiting
on the same
connection. This timeout will cause a reconnection so that a new and working
connection will be
made.

Best Regards

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: weird error messages on slave
1976
June 08, 2005 08:34AM


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.