Kafka persistent storage keeps increasing #13407
-
|
Hi, After upgrading to Mimir 3.0 i noticed that the pvc allocated for kafka is slowly filling up with no signs of stopping. The ingesters had a 15G before 3.0 and we never had an alert regarding those volumes. I gave Kafka a 30G volume and it got to almost 20G usage in a few hours. How is data cleanup up from kafka ? Is there some configuration i missed ? I did not change the kafka install settings at all, just the auto_create_topic_default_partitions from the 100 in the chart to default(-1) Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This looks very similar to the question here. I suggest you to read the linked discussion, but the TL;DR is that you should set a low retention for your Kafka topic. |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, that is the issue right there, the fun part is that that env var is not templated. I will leave my solution here when using ArgoCD in case anyone needs it: |
Beta Was this translation helpful? Give feedback.
This looks very similar to the question here. I suggest you to read the linked discussion, but the TL;DR is that you should set a low retention for your Kafka topic.