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
And if the rolling back costs a lots of time, the progress will be displayed "Running" because Syncer.Process is not exited, which is misleading to user.
Bug Report
Please answer these questions before submitting your issue. Thanks!
no need to rollback, no error log
table 2 failed to rollback
We use lazy init checkpoint schema now, so the case is that the table info exists in table checkpoint but not exists in schema tracker. In this situation, we don't need to rollback it. Meanwhile, we now no need to create the table in schema tracker during rollback, just simply delete the table and create after task resume.
The text was updated successfully, but these errors were encountered: