Comment 3 for bug 1195628

Revision history for this message
Daniel Nichter (daniel-nichter) wrote :

I think this is not a bug but poor feedback from the tool. After the tool creates the new table, it waits for the new table to appear on all slaves. So either 1) there's a slave that's really lagged or 2) there are replication filters preventing the CREATE TABLE _newt_table from replicating to one or more slaves.

A workaround is: --recursion-method none. This prevents the tool from doing anything with slaves.

The fix here is making the tool report what it's doing so users aren't left wondering.