Runbook

Compaction Process Failure on Cassandra.

Back to Runbooks

Overview

Compaction process failure on Cassandra is an incident where the compaction process of a Cassandra database fails to complete successfully. Compaction is a process of merging multiple SSTables (Sorted String Tables) into a single SSTable to optimize storage and improve read performance. When the compaction process fails, it can lead to issues such as increased disk usage, decreased read performance, and even data loss. This type of incident requires immediate attention from the operations team to fix the issue and prevent any further complications.

Parameters

Debug

Check Cassandra service status

Check disk space on Cassandra nodes

Verify network connectivity between Cassandra nodes

Check Cassandra node status

Check if compaction is running on any nodes

Check Cassandra heap size

Repair

Restart the Cassandra nodes to clear any temporary issues and try running the compaction process again.

Learn more

Related Runbooks

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