I've got a single node with all empty tables, and truncate fails with the following error: Unable to complete request: one or more nodes were unavailable.
Everything else seems fine. I can insert, update, delete, etc. The only thing in the logs that looks relevant is this: INFO [HANDSHAKE-/192.168.98.121] 2013-11-20 11:36:59,064 OutboundTcpConnection.java (line 386) Handshaking version with /192.168.98.121 INFO [HANDSHAKE-/192.168.98.121] 2013-11-20 11:37:04,064 OutboundTcpConnection.java (line 395) Cannot handshake version with /192.168.98.121 I'm running Cassandra 2.0.2. I get the same error in cqlsh as I do with the java driver. Thanks Robert