Comment 5 for bug 1454616

Revision history for this message
Frank Cizmich (frank-cizmich) wrote :

Hi Damon,

After quite a while I managed to reproduce the issue.
Wow, seems like you ran into some really unfortunate data combination that indeed threw the default checksum function off (CRC32). Any change in the data made it work (adding or deleting a row, changing any value).

Please try adding this option: --function=MD5

See: https://www.percona.com/doc/percona-toolkit/2.2/pt-table-sync.html#cmdoption-pt-table-sync--function

This made it work for me. You can also use SHA1