In today’s blog, I will show an issue
with seconds_behind_master
that one of our
clients faced when running slave_parallel_works >
0
. We found out that the reported
seconds_behind_master
from SHOW SLAVE
STATUS
was lying. To be more specific, I’m talking
about bugs #84415 and #1654091.
The Issue
MySQL will not report the correct slave lag if you have
slave_parallel_workers> 0
. Let’s show it in
practice.
I’ll use MySQL Sandbox to speed up one master and two slaves on MySQL version …
[Read more]