Hi ,
I’m trying to run checksum on my replication setup(Master1(Active),Master2(Passive),Slave1(slave of M2) and Slave2(slave of M2) ) but while running i’m getting below error.
pt-table-checksum – user xxxx --password xxxx --replicate-check --databases xxxxx --replicate percona.checksum P=xxxx,h= hostname
Diffs can’t be detected because no slaves were found. please read the --recursion-method documentation for more details.
Even though i used – recursion-method i’m getting the same error.
MySQL Version : 5.6.10 GPL
Same command is working fine on other environment (5.6.11).
Could you please let me know the issue …