-
Notifications
You must be signed in to change notification settings - Fork 286
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
binlog-schema delete is always failed #7373
Comments
This bug is because:
tiflow/dm/ctl/master/source_table_schema.go Line 179 in 1775b4f
then create SQL is empty Lines 84 to 100 in 1775b4f
so parse create SQL failed Line 108 in 1775b4f
|
/lable affects-6.0 affects-6.1 affects-6.2 affects-6.3 |
/lable affects-6.0 |
/assign @WizardXiao |
What did you do?
from https://asktug.com/t/topic/963049, and test locally
What did you expect to see?
I didn't see any positive test case about
binlog-schema delete
, we should add it.What did you see instead?
No response
Versions of the cluster
DM version (run
dmctl -V
ordm-worker -V
ordm-master -V
):Upstream MySQL/MariaDB server version:
(paste upstream MySQL/MariaDB server version here)
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?
(leave TiUP or manually here)
Other interesting information (system version, hardware config, etc):
current status of DM cluster (execute
query-status <task-name>
in dmctl)DM is paused
The text was updated successfully, but these errors were encountered: