Downsampling stuck at certains blocks #7337
Unanswered
ggabijaa
asked this question in
Questions & Answers
Replies: 1 comment 2 replies
-
Could it be that someone is shutting down the compactor? If your blocks are huge then it takes a long time, unfortunately. I always check the goroutines dump in /debug/pprof to see if it is not stuck. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Compactor in K8s finishes compaction and gets stuck at the downsampling stage and pod get restarted every few hours.
Here are some logs before compactor pod get restared.
Firstly it spams this, for all the chunks inside the block:
And after following logs pod get restarted:
When checking inside the pod
/data/downsample
folder - i can see block01HWxxx17Q
and all it's chunks.Compactor is not halted.
What could be the issue with the compactor?
Beta Was this translation helpful? Give feedback.
All reactions