Bug #5363 | slave does not recognise replication user gone from master | ||
---|---|---|---|
Submitted: | 2 Sep 2004 6:46 | Modified: | 2 Sep 2004 10:32 |
Reporter: | David Logan | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 4.0.20 | OS: | Linux (RH Advanced Server 2.1) |
Assigned to: | CPU Architecture: | Any |
[2 Sep 2004 6:46]
David Logan
[2 Sep 2004 10:32]
Guilhem Bichot
Hi David, This is normal. The slave I/O thread is really running, that is, it is alive. It is spending time trying to connect to the master, as the message you showed says (with some sleep between retries, but it's still alive during the sleeps; alive in the sense that the thread exists). You are right, SHOW SLAVE STATUS does not show things clearly in 4.0 (fixed in 4.1); please check here for more info: http://dev.mysql.com/doc/mysql/en/Slave_I_O_thread_states.html