Skip to content
New issue

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

[BUG]When the task is running, an error in the upstream database will cause the task to freeze #15

Open
myksl opened this issue May 31, 2022 · 0 comments

Comments

@myksl
Copy link
Collaborator

myksl commented May 31, 2022

Environment

  • Ptubes version: 1.0.0
  • Operating System version: Linux
  • Java version: 1.8

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

@myksl 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant