-
Notifications
You must be signed in to change notification settings - Fork 638
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
Reproduction of #1825 (use of closed network connection) with trace #2737
Comments
same here
|
For what it's worth, I actually get two different stack traces when I run with the tracing code. The one I provided in the description matches the time I saw the closed network connection error, and happens very infrequently. Hover, I frequently get the trace:
but it doesn't seem to correspond to an error in my client code. |
TYVM for taking the time to repro. I'll try to deep dive this week or early next. |
These traces certainly appear to demonstrate that it's net/http that's ultimately closing the conns out from under us. Whether we indirectly caused said close remains to be seen. |
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
This is a reproduction of #1825 with the tracing suggested by @lucix-aws
Expected Behavior
dynamodb Client.Query to return without error
Current Behavior
dynamodb Client.Query returns error:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
go version go1.21.3 linux/amd64
Operating System and version
lambda runtime provided.al2
The text was updated successfully, but these errors were encountered: