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
I'm using loki with SimpleScalable mode in helm chart.
I recently enabled bloom, and loki-backend's ephemeral volume usage is over 30Gb, and I found that bloom block files in /tmp/ directory is using that 30gb.
To Reproduce
Steps to reproduce the behavior:
Deploy SimpleScalable loki with bloom enabled in helm chart 6.18.0
Describe the bug
I'm using loki with SimpleScalable mode in helm chart.
I recently enabled bloom, and loki-backend's ephemeral volume usage is over 30Gb, and I found that bloom block files in
/tmp/
directory is using that 30gb.To Reproduce
Steps to reproduce the behavior:
/tmp/
volume usage grows as your log indexing and query usage.Expected behavior
loki-backend's ephemeral volume usage is minimized
/tmp/
for PVCEnvironment:
Screenshots, Promtail config, or terminal output
If applicable, add any output to help explain your problem.
$ ls -alh /tmp/bloom-block-{12345678} total 32G drwx--S--- 2 loki loki 4.0K Oct 30 11:53 . drwxrwsrwx 4 root loki 4.0K Oct 30 23:59 .. -rw-r--r-- 1 loki loki 31.6G Oct 30 23:29 bloom -rw-r--r-- 1 loki loki 140.4K Oct 30 23:29 series
The text was updated successfully, but these errors were encountered: