pingcap / tiflow

This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)
Apache License 2.0
428 stars 286 forks source link

metadata error with MariaDB 11.4 #11735

Open dveeden opened 3 hours ago

dveeden commented 3 hours ago

What did you do?

Setup DM with MariaDB 11.4

What did you expect to see?

"Message": "parse mydumper metadata error: [code=11123:class=functional:scope=upstream:level=low], Message: didn't found binlog location in dumped metadata file metadata, Workaround: Please check log of dump unit, there maybe errors when read upstream binlog status, metadata: Started dump at: 2024-11-08 16:30:53\nSHOW BINARY LOG STATUS:\n\tLog: mysqld-bin.000002\n\tPos: 329\n\tGTID:\n\nFinished dump at: 2024-11-08 16:30:54\n",

What did you see instead?

No response

Versions of the cluster

master @ 64decf62203ff818af81756368e3f302af36f946

current status of DM cluster (execute query-status <task-name> in dmctl)

(paste current status of DM cluster here)
dveeden commented 3 hours ago

Might be related to https://github.com/go-mysql-org/go-mysql/issues/940

dveeden commented 3 hours ago

/label MariaDB