Skip to content
Discussion options

You must be logged in to vote

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:

  • Increase the size of the current volumes (careful -> not reversible action, you cannot easily shrink it later on most platforms) which should get the brokers running again
  • Mount the volumes into some helper pods and delete some data from them. Once there is enough space, the brokers can start again.

Only then you can think about the next step:

  • Delete unused topics
  • Reconfigure your topics to make sure they have the proper retention settings
  • Add addition…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@shobha-my
Comment options

@scholzj
Comment options

@shobha-my
Comment options

@shobha-my
Comment options

@scholzj
Comment options

Answer selected by shobha-my
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants