We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
start an optimistic task with 3 sources
stop-task <task> -s source1 source2 drop column1 source3 drop column1
downstream drop column1
downstream doesn't drop column 1
DM version (run dmctl -V or dm-worker -V or dm-master -V):
dmctl -V
dm-worker -V
dm-master -V
master
query-status <task-name>
(paste current status of DM cluster here)
The text was updated successfully, but these errors were encountered:
stop-task remove source3 in task file start-task
also not working
Sorry, something went wrong.
pessimistic is working
Optimistic: support start task with inconsistent upstream table schema (
5c7d238
#3903) close #3629
lichunzhu
Successfully merging a pull request may close this issue.
What did you do?
start an optimistic task with 3 sources
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
ordm-worker -V
ordm-master -V
):master
current status of DM cluster (execute
query-status <task-name>
in dmctl)(paste current status of DM cluster here)
The text was updated successfully, but these errors were encountered: