-
Hello, I'm using JBOD for persistent storage, my initial volume of 100 GB (got full), one of the pod is in crash state. Things I've tried:
I have 3 zookeeper and 3 kafka pods setup, right now only 2 pods are online. I tried again to apply the kafka.yaml through kubectl but no change. Require help to understand how can I fix the space issue in case of no more space left (Host machine has space no issue over there) & how can I bring the deleted pod up. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Kafka does not handle running out of disk space well. So you should in the first place make sure you do not run out of disk space. If you already run out of disk space and you broker is crashlooping, then you have in general two options:
Only then you can think about the next step:
|
Beta Was this translation helpful? Give feedback.
Kafka does not handle running out of disk space well. So you should in the first place make sure you do not run out of disk space. If you already run out of disk space and you broker is crashlooping, then you have in general two options:
Only then you can think about the next step: