Excessive load on Cassandra incident refers to a situation where there is an overload of requests or data processing on the Cassandra database management system. This can cause the system to slow down or even crash, resulting in service disruptions and downtime. This incident can occur due to various factors such as increased user traffic, inefficient queries, or hardware issues.
Parameters
Debug
Check the number of connections to Cassandra
Check the disk usage on the Cassandra nodes
Check the CPU usage on the Cassandra nodes
Check the read/write latencies on Cassandra
Check the Cassandra system log
Increased traffic on the application leading to a higher number of requests to the Cassandra database.
Repair
Scale up the Cassandra cluster by adding more nodes to handle the increased load.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.