-
Notifications
You must be signed in to change notification settings - Fork 104
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
Node HTTP outgoing request fails randomly #1470
Comments
Relevant: |
When running the test from @infiniteregrets's branch on Mac, but changing the test to send all the requests 30 times in a loop, at some point the agent sends a |
I don't think we managed to reproduce the issue locally. It only happens in E2E (after the fix) - before the fix we had another issue (or same?) that occurred locally. |
But what was the error? Was it |
Before the fix, locally? It was connection reset. |
Do we have the exact node error? Is it the same issue as #564? |
Seems so, yes. |
Anyone knows if this still happens or how to check if it still happens? I believe the internal proxy refactor should've solved it. |
I have stress tested this on main locally and this does not happen. I will give a try on the CI with an e2e, if that passes will add an integration test. related to #1484 |
|
A short(ish) summary of investigationMethods attempted:
Observations:
|
Closing this as it seems it's not a bug on our end, just mirrord exacerbating timeouts with its (negligible) added latency, which is a known issue. |
I believe this is a fd leak / leak issue since it happens randomly. We also had an e2e test of many outgoing http requests that was flaky so it might be relevant.
Happens on Linux container on Mac M1 with node.
The text was updated successfully, but these errors were encountered: