Runbook

High Number of Dropped Mutations on Cassandra Database

Back to Runbooks

Overview

This incident type refers to a situation where a high number of mutations are being dropped on a Cassandra database. Mutations are changes made to the database, such as inserting new data or updating existing data. When mutations are dropped, it means that they were not successfully recorded in the database. This can be caused by a variety of factors, such as hardware or network issues, configuration problems, or bugs in the software. When this occurs, it can result in data inconsistencies or loss, and can impact the performance and reliability of the application that relies on the database.

Parameters

Debug

Check the status of Cassandra service

Check the Cassandra log for any errors or warnings

Check the number of dropped mutations

Check the status of the Cassandra node

Check the load on the Cassandra node

Check the disk space usage on the Cassandra node

Check the network connectivity between the Cassandra nodes

Check the replication factor for the affected keyspace

Check the consistency level of the affected queries

Repair

Increase the number of Cassandra nodes to handle the increased load and ensure that there is proper replication factor to avoid any data loss.

Learn more

Related Runbooks

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