I have 3 EC2 instances, each running MySQL. 2 are slaves replicating from the master.
The master is located in the availability zone eu-west-1b. One of the slaves is in the same zone, and the other is in eu-west-1a.
The slave located in eu-west-1a is experiencing considerable I/O lag (often 1 hour+), while the slave in eu-west-1b rarely falls behind master at all.
The master database is a busy one that processes many writes per second, but it seems strange to me that it is experiencing such a lag. If I scp a file from the master, both slaves receive it at roughly the same rate.
Is a lag like this normal?