You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be able to reproduce the issue with v6.5.0. Is it bacause DDL is the last event (#8193)? I Delete colomn event is synced to downstream after inserting some data to the upstreams in my testing.
What did you do?
source(mysql 5.7)deleted column with index, target(tidb 6.5.0) did not delete column, but DM did not report error message.
For example:
What did you expect to see?
The target column is deleted
What did you see instead?
The target column is not deleted, and DM did not report error message.
Versions of the cluster
DM version (run
dmctl -V
ordm-worker -V
ordm-master -V
):6.5.0
Upstream MySQL/MariaDB server version:
MySQL 5.7.19
Downstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):6.5.0
How did you deploy DM: tiup or manually?
tiup
Other interesting information (system version, hardware config, etc):
current status of DM cluster (execute
query-status <task-name>
in dmctl)The text was updated successfully, but these errors were encountered: