>Just tried a 3.23.32 slave (on Linux, all rpms from www.mysql.com) against a 
3.23.30 server:

>010123 09:38:05  mysqld started
/usr/sbin/mysqld: ready for connections
>010123  9:38:05  Slave: connected to master '[EMAIL PROTECTED]:3306',  
replication started in log 'jfontain-bin.008
' at position 149358
010123  9:38:05  Error reading packet from server: Could not find first log 
(read_errno 0,server_errno=65535)
010123  9:38:05  Slave: Failed reading log event, reconnecting to retry, log 
'jfontain-bin.008
' position 149358
010123  9:38:05  Slave: reconnected to master 
'[EMAIL PROTECTED]:3306',replication resumed in log 'jfontain-bin.008
' at position 149358
010123  9:38:05  Error reading packet from server: Could not find first log 
(read_errno 0,server_errno=65535)
010123  9:38:06  /usr/sbin/mysqld: Normal shutdown

>010123  9:38:06  Slave thread exiting, replication stopped in log 
'jfontain-bin.008
' at position 149358
>010123  9:38:06  /usr/sbin/mysqld: Shutdown Complete

Do you have jfontain-bin.008 log on the master? If yes, is it readable by the 
master, and is it listed in the log index ( do SHOW MASTER LOGS on the 
master). The error message indicates that the log is either not there, not 
readable, not listed in the index, otherwise it is a bug. If you have done 
reset master, but have not done reset slave, or have been careless with PURGE 
LOGS, this would explain the problem.


>Do I need to upgrade master and slave?

Only if you find a bug

>Is it safe? (these are production machines) or should I wait a while?

It depends on how you do it.

-- 
MySQL Development Team
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to