The Cassandra client request unavailable write incident occurs when the software's client application is unable to write data to the Cassandra database. This incident can occur due to various reasons such as network issues, configuration issues, or availability problems with the Cassandra nodes. This incident can cause significant disruptions in the software's functionality and must be resolved quickly to avoid any data loss or downtime.
Parameters
Debug
Check if Cassandra is running
Check if there are any nodes unavailable
Check if there are any read failures
Check the disk usage of the nodes
Check if the Cassandra client is installed and running
Check the Cassandra client logs for any errors
Check the network connection between the client and the Cassandra cluster
Check if the client is able to connect to the Cassandra cluster
Check if the client is able to write to the Cassandra cluster
Repair
Check the Cassandra cluster for any nodes that are unavailable or experiencing high load, and take appropriate action to restore them or migrate their workload to other nodes.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.