-
Notifications
You must be signed in to change notification settings - Fork 185
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
Two bugs in "#open_jdbc_connection" when rescuing a DatabaseConnectionError #220
Comments
Does reconnect works in any scenario ? Looks like when their is any error on the connection, the connection will never recover. Is there any workaround for this issue ? Can I cause Logstash to terminate on such error ? |
@avihaleva I just created pull request #231 which solves the reconnection issue for us. Can you try if it helps you? It is supposed to fix reconnecting |
Closed with #231 |
@avihaleva @franklauterwald |
In the
open_jdbc_connection
method.close_jdbc_connection
is called on@database
- it has no such method.The text was updated successfully, but these errors were encountered: