Bug #5676 | Time column in 'show processlist;' is not showing the correct value | ||
---|---|---|---|
Submitted: | 20 Sep 2004 20:57 | Modified: | 5 Feb 2005 15:27 |
Reporter: | Chad Truemper | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 4.0.20 | OS: | Linux (Linux, Fedora Core 2) |
Assigned to: | Guilhem Bichot | CPU Architecture: | Any |
[20 Sep 2004 20:57]
Chad Truemper
[5 Feb 2005 15:27]
Jorge del Conde
Hi! Can you can have a look at: Q: How do I know how late a slave is compared to the master? In other words, how do I know the date of the last query replicated by the slave? in the manual's "replication FAQ". This behaviour is nothing we can fix, but can you upgrade to 4.1 and see what Seconds_Behind_Master says ? Thanks
[15 Nov 2007 12:52]
Stanisław Pitucha
Probably connected to reported bug: My processlist on replication slave: +----+-------------+----------------------+------+---------+------------+-----------------------------------------------------------------------+------------------+ | Id | User | Host | db | Command | Time | State | Info | +----+-------------+----------------------+------+---------+------------+-----------------------------------------------------------------------+------------------+ | 1 | system user | | NULL | Connect | 41089 | Waiting for master to send event | NULL | | 2 | system user | | NULL | Connect | 4294967295 | Has read all relay log; waiting for the slave I/O thread to update it | NULL | | 6 | root | xx.xxx.xxx.xxx:33257 | NULL | Query | 0 | NULL | show processlist | +----+-------------+----------------------+------+---------+------------+-----------------------------------------------------------------------+------------------+ That's when mysql is idle. Time value flips between 4294967295 (-1?), 0 and 1. It's quad core 64bit system with 5.0.45-community version running on both master and slave. (official rpm packages)