MySQL Forums
Forum List  »  Replication

Update to: Bizarre replication delays
Posted by: Daniel Mahoney
Date: December 07, 2011 04:00PM

This afternoon the slave process on db1 indicates that it is lagging behind gw8 ("show slave status" shows Seconds_Behind_Master: 679). It also shows:
Slave_IO_Running: Yes
Slave_SQL_Running: Yes
Doing "show processlist" on db1 produces:

| 516 | replication | gw8:47205 | NULL | Binlog Dump | 109547 | Has sent all binlog to slave; waiting for binlog to be updated | NULL |
| 2122473 | system user | | NULL | Connect | 232 | Waiting for master to send event | NULL |
which suggests to me that the replication process seems to actually be running.

So I guess my question then becomes, what could cause a replication slave to lag behind the master? At this point the slave process on db1 is falling an additional second behind every second, so it looks like the slave is not actually processing the replication stream.

Suggestions?

Options: ReplyQuote


Subject
Views
Written By
Posted
1943
December 06, 2011 05:03PM
Update to: Bizarre replication delays
1102
December 07, 2011 04:00PM
901
December 07, 2011 11:30PM
918
December 08, 2011 08:49AM
779
December 08, 2011 01:32PM
619
December 08, 2011 02:06PM
779
December 09, 2011 12:22PM
861
December 09, 2011 12:24PM


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.