Skip to content
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

optimistic: sharding DDL incorrect after stop a source #3629

Closed
GMHDBJD opened this issue Nov 26, 2021 · 2 comments · Fixed by #3903
Closed

optimistic: sharding DDL incorrect after stop a source #3629

GMHDBJD opened this issue Nov 26, 2021 · 2 comments · Fixed by #3903
Assignees
Labels
area/dm Issues or PRs related to DM. severity/moderate type/bug The issue is confirmed as a bug.

Comments

@GMHDBJD
Copy link
Contributor

GMHDBJD commented Nov 26, 2021

What did you do?

start an optimistic task with 3 sources

stop-task <task> -s source1
source2 drop column1
source3 drop column1 

What did you expect to see?

downstream drop column1

What did you see instead?

downstream doesn't drop column 1

Versions of the cluster

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

master

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

(paste current status of DM cluster here)
@GMHDBJD GMHDBJD added type/bug The issue is confirmed as a bug. area/dm Issues or PRs related to DM. labels Nov 26, 2021
@GMHDBJD
Copy link
Contributor Author

GMHDBJD commented Nov 26, 2021

stop-task
remove source3 in task file
start-task

also not working

@GMHDBJD
Copy link
Contributor Author

GMHDBJD commented Nov 26, 2021

pessimistic is working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dm Issues or PRs related to DM. severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants