You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error. create database db create table db.tb1 (id int) create table db.tb2 (id int) start-task alter table db.tb1 add column a int alter table db.tb2 add column b int
What did you expect to see?
task will raise error when resume
What did you see instead?
when resume task, syncer will run the second ddl
Versions of the cluster
DM version (run dmctl -V or dm-worker -V or dm-master -V):
1.0 and 2.0
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
create database db
create table db.tb1 (id int)
create table db.tb2 (id int)
start-task
alter table db.tb1 add column a int
alter table db.tb2 add column b int
What did you expect to see?
task will raise error when resume
What did you see instead?
when resume task, syncer will run the second ddl
Versions of the cluster
DM version (run
dmctl -V
ordm-worker -V
ordm-master -V
):The text was updated successfully, but these errors were encountered: