Runbook

Unused topic partition in Confluent Platform

Back to Runbooks

Overview

This incident type indicates that there is an unused topic partition in the Confluent Platform. This can lead to reduced efficiency and increased Broker overhead. It is recommended to delete unused partitions to avoid these issues. This incident may be triggered by a monitoring tool or an alert and can be resolved by verifying if the unused partition is intentional and deleting it if required.

Parameters

Debug

Check the status of the Kafka brokers

Check if the topic exists

List all the Kafka topics

Check the disk usage of the Kafka brokers

Check the available memory

Check the Kafka logs

Check the Zookeeper logs

A new topic partition was created and then left unused by mistake.

A topic partition was purposely left unused, but the overhead caused by it was not considered.

Repair

Verify the partition is actually unused.

If the partition is unused, delete it to reduce Broker overhead.

Verify the partition is actually unused.

Learn more

Related Runbooks

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