Self-Hosted Version
26.3.1
CPU Architecture
x86_64
Docker Version
29.2.1
Docker Compose Version
5.1.0
Machine Specification
Installation Type
Upgrade
Steps to Reproduce
- Start the whole stack using docker compose
- Wait
Expected Result
Sentry should keep on keeping on.
Actual Result
Sentry stops processing new metrics and events.
Looking at logs, we get tons of entries similar to the ones below in the relay container, and the start of those entries matches the end of processing.
relay-1 | 2026-03-24T12:44:30.887984Z ERROR relay_kafka::producer::utils: failed to produce message to Kafka (delivery callback) error=Message production error: MessageTimedOut (Local: Message timed out) error.sources=[MessageTimedOut (Local: Message timed out)] payload_len=45808 tags.topic="ingest-events"
These errors are produced for all kinds of topics.
Restarting the relay container makes things move again, but in flight data is lost :(
Event ID
No response
Self-Hosted Version
26.3.1
CPU Architecture
x86_64
Docker Version
29.2.1
Docker Compose Version
5.1.0
Machine Specification
Installation Type
Upgrade
Steps to Reproduce
Expected Result
Sentry should keep on keeping on.
Actual Result
Sentry stops processing new metrics and events.
Looking at logs, we get tons of entries similar to the ones below in the
relaycontainer, and the start of those entries matches the end of processing.These errors are produced for all kinds of topics.
Restarting the relay container makes things move again, but in flight data is lost :(
Event ID
No response