Runbook

Excessive Mutations in Cassandra Due to Full Reads and Writes

Back to Runbooks

Overview

This incident type describes a problem where the number of mutations in a Cassandra database has reached an excessive level. This is usually caused by full reads and writes, which can lead to an increased number of changes within the database. Excessive mutations can cause performance issues and impact the overall stability of the system. Therefore, it is important to resolve this issue as soon as possible to ensure the system is running smoothly.

Parameters

Debug

Check if Cassandra is running

Check Cassandra logs for errors

Check Cassandra compaction history

Check Cassandra table statistics

Check Cassandra node information

Check Cassandra system statistics

Check for high I/O wait time

Check for high CPU usage

Repair

Optimize Cassandra query performance to reduce the number of full reads and writes, and minimize the number of mutations caused by these operations. This can involve restructuring the database schema, introducing caching layers, or using alternative data storage solutions.