tiflow icon indicating copy to clipboard operation
tiflow copied to clipboard

DM: ignore-checking-items does not work as intended

Open OliverS929 opened this issue 7 months ago • 2 comments

What did you do?

Specify ignore-checking-items: ["auto_increment_ID"] in DM task configuration file

What did you expect to see?

ignore precheck items on "auto_increment_ID"s

What did you see instead?

Still receive errors "sourceID %s table %v of sharding %s have auto-increment key, please make sure them don't conflict in target table!", sourceID, table, c.targetTableID

Versions of the cluster

DM version (run dmctl -V or dm-worker -V or dm-master -V):

v8.5.1

Upstream MySQL/MariaDB server version:

TBD

Downstream TiDB cluster version (execute SELECT tidb_version(); in a MySQL client):

v8.5.1

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)

No response

OliverS929 avatar May 23 '25 07:05 OliverS929

Seems duplicate with https://github.com/pingcap/tiflow/issues/11586

lance6716 avatar May 26 '25 02:05 lance6716

Seems duplicate with #11586

Indeed. However I would like to double check here whether auto_increment_ID is the only item that does not work with the ignore settings.

OliverS929 avatar May 26 '25 10:05 OliverS929