-
Notifications
You must be signed in to change notification settings - Fork 27
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
PGAdapter throwing a lot of PGExceptions and SocketExceptions #2106
Comments
@hiradp Thanks for the report. We do not have any automated tests for Rust (and thereby also none for
|
Hey @olavloite - thanks for the response.
|
hi @hiradp did you get this issue resolved? |
Connections that are terminated by just closing the socket could cause log spamming, as these turn into `Socket closed` exceptions and/or `EOFException`s in PGAdapter. This change handles those cases gracefully by just terminating the connection in the regular way, as if the connection received an `X` (Terminate) message. Fixes #2106
@liho00 @hiradp This seems to happen when the client terminates the TCP connection without first sending a |
Sorry in advance for subpar issue creation, but I don't have much to go off.
We're seeing a ton of errors like this:
Our set up is:
It's hard for me to debug to figure out where the issue is. Any pointers would be much appreciated 🙇
The text was updated successfully, but these errors were encountered: