-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DM(syncer): syncer may lost dml under special sharding ddls #5002
Comments
|
If this bug need not to be cherry-pick to earlier version, I guess it's earier to fix when use tiflow/dm/syncer/binlog_locations.go Lines 30 to 45 in c48f208
😂 not likely that we don't cherry-pick |
/(ㄒoㄒ)/~~ |
After |
What did you do?
tb1 --> ddl1
tb1 --> dml (lost)
tb1 --> ddl2
tb2 --> ddl1
tb2 --> ddl2
What did you expect to see?
Don't lost tb1's dml.
What did you see instead?
lost tb1's dml
Versions of the cluster
DM version (run
dmctl -V
ordm-worker -V
ordm-master -V
):v5.3 --> master
Upstream MySQL/MariaDB server version:
5.7.22-log
Downstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):5.7.25-TiDB-v5.3.0
How did you deploy DM: tiup or manually?
manually
Other interesting information (system version, hardware config, etc):
current status of DM cluster (execute
query-status <task-name>
in dmctl)(paste current status of DM cluster here)
The text was updated successfully, but these errors were encountered: