This incident type refers to a situation where a delay or slowness occurs in a system that uses Cassandra database due to the shared storage. Shared storage means multiple servers are accessing the same storage unit, and this can cause latency issues. This type of incident can lead to performance degradation, and it needs to be addressed promptly to ensure optimal system performance.
Parameters
Debug
Check if Cassandra is running
Check for any errors in Cassandra logs
Check the Cassandra cluster status
Check the status of the shared storage
Check the network latency between Cassandra nodes
Check the read/write latency of Cassandra using cqlsh
Repair
Split the shared storage into separate storage units to reduce contention for resources. It is recommended to avoid shared storage like EBS, SAN, NAS. Shared storage degrades performance and creates a single point of failure.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.