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

Sentry stops accepting errors #3327

Open
barisyild opened this issue Sep 14, 2024 · 4 comments
Open

Sentry stops accepting errors #3327

barisyild opened this issue Sep 14, 2024 · 4 comments

Comments

@barisyild
Copy link

barisyild commented Sep 14, 2024

Self-Hosted Version

24.8.0

CPU Architecture

x86_64

Docker Version

27.2.1

Docker Compose Version

2.29.2

Steps to Reproduce

Expected Result

Sentry should have accepting errors.

Actual Result

About every 24 hours the sentry stops accepting errors.
The problem is not solved without restarting Sentry.

relay-1 | 2024-09-14T10:22:17.355619Z DEBUG request{method=POST uri=/api/10/envelope/ version=HTTP/1.1}: tower_http::trace::on_request: started processing request
relay-1 | 2024-09-14T10:22:17.356611Z ERROR request{method=POST uri=/api/10/envelope/ version=HTTP/1.1}: relay_server::endpoints::common: error handling request error=failed to queue envelope
relay-1 | 2024-09-14T10:22:17.356735Z DEBUG request{method=POST uri=/api/10/envelope/ version=HTTP/1.1}: tower_http::trace::on_response: finished processing request latency=1 ms status=503
relay-1 | 2024-09-14T10:22:17.356755Z DEBUG request{method=POST uri=/api/10/envelope/ version=HTTP/1.1}: tower_http::trace::on_failure: response failed classification=Status code: 503 Service Unavailable latency=1 ms
relay-1 | 2024-09-14T10:22:17.357352Z ERROR relay_server::services::health_check: Not enough memory, 16071245824 / 16372436992 (98.16% >= 95.00%)
relay-1 | 2024-09-14T10:22:17.358510Z ERROR relay_server::services::health_check: Health check probe 'system memory' failed

System has 16 GB ram, swap memory disabled.
I can send full logs from pm.

Image

Event ID

No response

@bijancot
Copy link

Hi, just take a peek at this issue, what abaout the web container? is the logs look strange?

In my case this issue happened once and never happen again, but the web seems not having enough sockets to open end up custom some config in web container and the redis it self

@hubertdeng123
Copy link
Member

How often is this error happening? What does your event volume look like?

@bijancot
Copy link

bijancot commented Sep 18, 2024 via email

@aldy505
Copy link
Collaborator

aldy505 commented Sep 21, 2024

For this specific warn on your logs:

relay-1 | 2024-09-14T10:22:17.357352Z ERROR relay_server::services::health_check: Not enough memory, 16071245824 / 16372436992 (98.16% >= 95.00%)
relay-1 | 2024-09-14T10:22:17.358510Z ERROR relay_server::services::health_check: Health check probe 'system memory' failed

Please refer to this #3330 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Community
Status: No status
Development

No branches or pull requests

4 participants