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
I encountered a problem. When my database crashes, it is normal to retry and reconnect to the database, but I observed that the task shutdown resource will retry to connect to the database, and the Producer thread is waiting on a condition.
Expected Behavior
It is normal to expect that the database can automatically reconnect and continue the data flow after the database is disconnected
Actual Behavior
The database could not be reconnected and the data flow was interrupted
The text was updated successfully, but these errors were encountered:
myksl
changed the title
[BUG]
[BUG]When the task is running, an error in the upstream database will cause the task to freeze
May 31, 2022
Environment
Steps to reproduce this issue
I encountered a problem. When my database crashes, it is normal to retry and reconnect to the database, but I observed that the task shutdown resource will retry to connect to the database, and the Producer thread is waiting on a condition.
Expected Behavior
It is normal to expect that the database can automatically reconnect and continue the data flow after the database is disconnected
Actual Behavior
The database could not be reconnected and the data flow was interrupted
The text was updated successfully, but these errors were encountered: