You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On October 24, my tempo-ingester pods started throwing the below errors and ingester and compacter latency increased quite a bit (couple hundred ms to multiple seconds).
level=error caller=flush.go:233 org_id=single-tenant msg="error performing op in flushQueue" op=1 block=77c398c8-cc47-4764-a995-fe0de5760e7d attempts=1 err="error copying block from local to remote backend: error writing object to s3 backend, object tempo/single-tenant/77c398c8-cc47-4764-a995-fe0de5760e7d/data.parquet: context deadline exceeded"
This did not align with a software, config, or network change that I can tell. We are still writing to S3, but slowly. I can't tell if the deadline exceeded blocks get retried or dropped.
To Reproduce
Steps to reproduce the behavior:
Normal operation reproduces the behavior
Environment:
Infrastructure: Kubernetes running on bare metal. The local storage is provided by a Pure appliance. Long term storage is in S3.
Deployment tool: helm
➜ helm history tempo
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
140 Mon Oct 14 16:26:31 2024 superseded tempo-distributed-1.18.4 2.6.0 Upgrade complete
141 Wed Nov 20 14:32:00 2024 superseded tempo-distributed-1.22.1 2.6.0 Upgrade complete
142 Wed Nov 20 14:57:16 2024 deployed tempo-distributed-1.22.1 2.6.0 Upgrade complete
Describe the bug
On October 24, my
tempo-ingester
pods started throwing the below errors and ingester and compacter latency increased quite a bit (couple hundred ms to multiple seconds).This did not align with a software, config, or network change that I can tell. We are still writing to S3, but slowly. I can't tell if the
deadline exceeded
blocks get retried or dropped.To Reproduce
Steps to reproduce the behavior:
Normal operation reproduces the behavior
Environment:
Additional Context
values.yaml overrides
The text was updated successfully, but these errors were encountered: