This incident type refers to when a Kafka node runs out of storage space to store data. This can cause issues with data processing and storage, potentially leading to data loss and system downtime.
Parameters
Debug
Check available storage space on the Kafka node
Check the size of the Kafka logs directory
Check the amount of free memory on the Kafka node
Check the Kafka server logs for any errors related to storage space
Check the Kafka server configuration for the maximum storage size
Repair
Reduce the amount of data being stored on the Kafka node by deleting old data or implementing data retention policies.
Optimize the Kafka node's configuration to use storage more efficiently, such as compressing data or using a more effective storage engine.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.