-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Not really an issue, but rather another use of the tool that could be advertised in the documentation.
We have slaves that have discrepancies (missing rows, rows with some different values) as highlighted by a very long run of pt-table-checksum. We tried fixing these tables with pt-table-sync with no success.
By running gh-ost on a master using RBR (does not work with statement based replication) and doing a simple "engine=innodb", the whole table gets recreated with the data of the master thus fixing the differences that existed on the slave.
I think it's a nice usage of the tool that some other people could be made aware of (or maybe it is done already and I did not see it)
druudtimvaillancourt and ruiaylin