-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
possible memory leak in structured metadata #10994
Comments
I have the same problem in loki 2.9.1 using minio as backend, tsdb but nothing related to metadata. I use almost the default configuration from the chart: https://gitlab.com/davinkevin.fr/home-server/-/blob/3834527c8db3b2e9c864419ea65362f508dbf06d/monitoring/overlays/k8s-server/loki/loki.values.yaml ![]() Note Tested with |
do you see any errors in your logs? wondering if it isn't that ingesters are failing to flush data |
Chicken and egg problem, I had to move back to |
you can't just "change" your database type like that. you should instead add a new config just for boltdb and set the start period as today |
I know and I did… and the system started to consume all CPU and Memory again 😅 |
Is there any new info? I want to migrate to schema v13 & use structured metadata. I would also like to migrate to TSDB. If there is a memory leak it would be a problem for me. |
No progress from me. |
Same as #13123, which is now fixed? |
Describe the bug
I'm trying to push log records into loki via push JSON API, if log records contains structured metadata, loki memory usage increases over time with no limit, i played with some configs like using s3 backend, or changing cache settings with no success.
To Reproduce
Expected behavior
the ingestions continues with proper memory consumption.
Environment:
The text was updated successfully, but these errors were encountered: