Skip to content
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

Investigate the reason for too many ECONNRESET errors #1340

Open
detj opened this issue Oct 15, 2024 · 0 comments
Open

Investigate the reason for too many ECONNRESET errors #1340

detj opened this issue Oct 15, 2024 · 0 comments
Assignees
Labels
backend backend related bug something isn't working

Comments

@detj
Copy link
Contributor

detj commented Oct 15, 2024

Summary

For a particular self host deployment, we are observing many ECONNRESET errors. Investigate and try to find the root cause of these errors. Try to find the impact and downstream consequences of these errors too.

Details

  • There are 24644 PUT /events calls that resulted in connection reset by peer in the last 10 days.
  • No other endpoint has this error only PUT /events
  • 2% of all PUT /events calls
  • response time maxima of such calls is 948694.09ms or around 15 mins
  • response time minima of such calls is 1.30ms
  • all such reqs are originating from Android 9, 10, 11, 12, 13, 14 devices
  • all of them has 400 status code
  • ECONNRESET may indicate network congestion issues, firewall restrictions, or other network related errors
  • surprisingly, there are no ECONNRESET errors for user B for last 10 days, which may imply this is a user A specific issue or this issue happens under high load.
@detj detj added bug something isn't working backend backend related labels Oct 15, 2024
@detj detj self-assigned this Oct 15, 2024
@detj detj moved this to Todo in Measure Roadmap Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend related bug something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant