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
What did you expect to see?
After an invalid connection error occurs, it is recommended that drainer uses the following processing logic:
(1) Reconnect after invalid connection error occurs
(2) If the DDL operation has been executed in downstream such as mysql or tidb, then skip this DDL
(3) If it is a DML operation, enable safe-mode to ensure data consistency
What did you see instead?
Please provide the relate downstream type and version of drainer.
(run drainer -V in terminal to get drainer's version)
Release Version: v4.0.3-1-g09a8cfd
Git Commit Hash: 09a8cfd
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
When doing DDL operations, network connection errors will appear in drainer's log and stderr log as follow:
(1) drainer's log
(2) drainer's sdterr log
What did you expect to see?
After an invalid connection error occurs, it is recommended that drainer uses the following processing logic:
(1) Reconnect after invalid connection error occurs
(2) If the DDL operation has been executed in downstream such as mysql or tidb, then skip this DDL
(3) If it is a DML operation, enable safe-mode to ensure data consistency
What did you see instead?
Please provide the relate downstream type and version of drainer.
(run
drainer -V
in terminal to get drainer's version)Release Version: v4.0.3-1-g09a8cfd
Git Commit Hash: 09a8cfd
The text was updated successfully, but these errors were encountered: