Runbook

Kafka Offline Partition Detected.

Back to Runbooks

Overview

When a Kafka partition becomes offline, it means that the partition is no longer available for reading and writing data. This can occur due to various reasons such as hardware failure, network issues, or software bugs. When a Kafka offline partition is detected, it can impact the availability and reliability of the entire system. It is important to quickly troubleshoot and resolve the issue to minimize the impact on the system.

Parameters

Debug

1. Check if Kafka service is running

2. List all topics in the cluster

3. Describe the topic to see the number of partitions and their status

4. Check the status of all partitions for a topic

5. Check the status of a specific partition

6. Check if the broker hosting the partition is offline

Repair

Rebalance the partitions: If the partition is offline due to an imbalance in the Kafka cluster, rebalancing the partitions can help bring the partition back online.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.