blob: f52796587e78ef3ad04d692b2c9591da5b0a6538 [file] [log] [blame]
= Troubleshooting
As any distributed database does, sometimes Cassandra breaks and you
will have to troubleshoot what is going on. Generally speaking you can
debug Cassandra like any other distributed Java program, meaning that
you have to find which machines in your cluster are misbehaving and then
isolate the problem using logs and tools. Luckily Cassandra had a great
set of instrospection tools to help you.
These pages include a number of command examples demonstrating various
debugging and analysis techniques, mostly for Linux/Unix systems. If you
don't have access to the machines running Cassandra, or are running on
Windows or another operating system you may not be able to use the exact
commands but there are likely equivalent tools you can use.
* xref:troubleshooting/finding_nodes.adoc[Finding nodes]
* xref:troubleshooting/reading_logs.adoc[Reading logs]
* xref:troubleshooting/use_nodetool.adoc[Using nodetool]
* xref:troubleshooting/use_tools.adoc[Using tools]