Runbook

Unused Topic Partition in Kafka

Back to Runbooks

Overview

This incident type refers to the detection of an unused topic partition in Kafka Platform, a popular data streaming platform. Unused partitions can increase broker overhead and reduce efficiency, so it is recommended to delete them. The incident is triggered by a test notification or a monitoring query that checks the value of relevant metrics. The incident is resolved once the partition is deleted or confirmed to be intentional.

Parameters

Debug

Check if the topic exists in the Kafka cluster

Check if the partition is marked as "unused"

Check the disk usage for the partition directory

Check the broker overhead for the partition

Check the status of the Kafka brokers

Check the status of the ZooKeeper nodes

Repair

Delete the unused topic partition if it's no longer needed. You can use the Kafka command line tool to delete the topic partition.

Learn more

Related Runbooks

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