-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Sentry encountering a transient problem where it cannot load certain issues #6569
Comments
Auto-routing to @getsentry/product-owners-issues for triage ⏲️ |
@hubertdeng123 Should be transfered to snuba |
This is a bug we have been struggling with as well. We haven't been able to figure out the root issue yet. The actual problem flow appears to be:
If this is happening a lot for you, you can disable the readthrough cache with the snuba setting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
What are you trying to accomplish?
I'm trying to investigate an issue we're seeing where our customers are occasionally unable to load certain issues. As mentioned, this is transient, but it looks like when the problem occurs, the same issues are problematic. In our logs, we see the error:
How are you getting stuck?
We think the problem is with clickhouse, as we see the following error:
Error on clickhouse-srv-http.service.consul:9000 ping: Unexpected EOF while reading bytes
. Looking at the code:snuba/snuba/state/cache/redis/backend.py
Line 142 in 939bc7e
I'm wondering if yall have any ideas on what could be wrong here? From a resource usage standpoint, I dont see any abnormal CPU/memory/disk usage from clickhouse.
Where in the product are you?
Issues
Link
No response
DSN
No response
Version
21.4.1
The text was updated successfully, but these errors were encountered: