Comment 3 for bug 954588

Revision history for this message
Daniel Nichter (daniel-nichter) wrote : Re: pt-table-checksum still tries to recurse down the replication hierarchy when --check-slave-lag is specified

Baron, I think --check-slave-lag means "only check lag on this slave", but that's separate from which slaves the tool connects to for other things like waiting for chunks to replicate. By default, all slaves' lag is checked, but if there's one that's always lagging or intentionally being lagged, then this option allows one to specify which slave is the "standard lagger". Using --recursion-method=dsn is the way to make the tool only connect to certain slaves.

So I don't think this is a bug; the tool has always worked this way concerning this option.