$ mysql -hdewiki.labsdb -e "select rc_timestamp, now(), now()-rc_timestamp as lag from recentchanges order by rc_timestamp desc limit 1;" dewiki_p +----------------+---------------------+-------+ | rc_timestamp | now() | lag | +----------------+---------------------+-------+ | 20141126160249 | 2014-11-26 19:35:53 | 33304 | +----------------+---------------------+-------+
Description
Description
Event Timeline
Comment Actions
database is up to date again:
$ mysql -hdewiki.labsdb -e "select rc_timestamp, now(), now()-rc_timestamp as lag from recentchanges order by rc_timestamp desc limit 1;" dewiki_p +----------------+---------------------+-----+ | rc_timestamp | now() | lag | +----------------+---------------------+-----+ | 20141127080645 | 2014-11-27 08:06:49 | 4 | +----------------+---------------------+-----+
I don't know who or what solved this problem but it does not exists anymore, so i am closing this bug.