-
Notifications
You must be signed in to change notification settings - Fork 287
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 task not in synced status after import full data with lighting physical backend #8175
Comments
/severity Major |
lightning in DM will not run analyze. And what the binlog event at (mysql-bin.000124, 316637597) on source-0? And what's the log of the DM-worker that processes (mysql-bin.000124, 316637597)? |
|
we can see the last event (316637597) is Query event, so it's the same cause as #3928 |
/found automation |
What did you do?
What did you expect to see?
DM should migrate full data to TiDB correctly, and after that DM task should be in "Synced" status
What did you see instead?
DM migrate full data to TiDB using physical backend, however after that DM tasks is still "synced": false for one of the DM sources.
We can see that "analyze table xx" is not synced to TiDB
If I execute an DML on this upstream, then the DM task is synced to TiDB.
Versions of the cluster
DM version (run
dmctl -V
ordm-worker -V
ordm-master -V
):Upstream MySQL/MariaDB server version:
Downstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):(paste TiDB cluster version here)
How did you deploy DM: tiup or manually?
ti-operator
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: