This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
resume-task
may resume a not real paused (still running) task
#629
Milestone
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
pause-task
thenresume-task
What did you expect to see?
the task paused and then resumed.
What did you see instead?
some errors may appear, like (in stdout)
and observe some logs for two running processes that appear overlapped.
this should be caused by re-run before the old process returned, and because
if !st.stageCAS(pb.Stage_Running, pb.Stage_Paused)
insubtask.go
is not enough to indicate the real stage.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: