Runbook

High Average Queue Size on Cassandra

Back to Runbooks

Overview

This incident type refers to a situation where the average queue size on a Cassandra database exceeds a certain threshold. A queue is a data structure that holds incoming requests until they can be processed. When the average queue size is too high, it can indicate that the database is struggling to keep up with incoming requests, which can result in slower response times and potential service disruptions. This type of incident requires investigation and resolution to ensure the database can handle the incoming workload efficiently.

Parameters

Debug

Check the current queue size

Check the number of requests per second

Check the number of active connections

Check the number of pending connections

Check the system load average

Check the disk usage

Repair

Increase the number of nodes in the Cassandra cluster to distribute the workload and reduce the load on individual nodes.

Learn more

Related Runbooks

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