-
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 pause with Specified key was too long #5315
Labels
affects-5.3
affects-5.4
affects-6.0
affects-6.1
affects-6.2
area/dm
Issues or PRs related to DM.
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
Christophe-4567
added
area/dm
Issues or PRs related to DM.
type/bug
The issue is confirmed as a bug.
labels
Apr 29, 2022
I think we should let DM's schema tracker (embedded TiDB) always uses the configuration with max compatibility. Will check it later. |
ti-chi-bot
pushed a commit
that referenced
this issue
Aug 10, 2022
This was referenced Aug 10, 2022
lance6716
added a commit
to lance6716/ticdc
that referenced
this issue
Sep 8, 2022
This was referenced Sep 8, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 13, 2022
ti-chi-bot
added a commit
that referenced
this issue
Sep 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.3
affects-5.4
affects-6.0
affects-6.1
affects-6.2
area/dm
Issues or PRs related to DM.
severity/moderate
type/bug
The issue is confirmed as a bug.
What did you do?
followed the documentation: https://docs.pingcap.com/tidb/stable/migrate-large-mysql-to-tidb
everything went fine until the DM part.
v540_1.zip
What did you expect to see?
the task running and keeping the tidb cluster sync with the maria db
What did you see instead?
query-status return: "RawCause": "[ddl:1071]Specified key was too long; max key length is 3072 bytes"
Versions of the cluster
DM version (run
dmctl -V
ordm-worker -V
ordm-master -V
):Upstream MySQL/MariaDB server version:
10.4.18-MariaDB
Downstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):5.4.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: