-
Notifications
You must be signed in to change notification settings - Fork 123
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
API crashes on etag calculation during connection reset #1660
Comments
The
Also, we do have
@CharlieC3 has this happened more than once and/or are you able to reproduce? Otherwise I think we'd need to manually test by injecting this error at the pg lib level then test a bunch of calls to see if/what causes the crash. |
I'm also curious, could include more logs before the exit? I wonder if this lines up with the recent re-enabling of socket-io. Perhaps the bug could be in that area. I've scanned through the pg queries performed by socket-io related code and nothing immediately stood out. |
@zone117x According to our logs this is a repeat occurrence and is becoming more frequent. Here's one example, and one more. |
Describe the bug
The API crashes if a connection is terminated when an Etag is being calculated.
Logs attached:
Explore-logs-05_15_2023, 11_51_32 PM.txt
API Version:
7.1.10
The text was updated successfully, but these errors were encountered: