Open
Description
This feature was suggested by someone at the audience at PerconaLive Amsterdam 2016: when we cut-over, revert syncing and keep the old table in sync with incoming traffic onto the new table, and support the ability to cut-back.
Consider the case of a drop column
or a drop index
that were incorrectly planned and cause outage. We would be able to revert such an operation by cutting-back onto the original table and completely canceling the migration.
There's a lot involved here, but it is a possible task.