Operation timed out - received only 0 responses.', info: 'Represents an error message from the server', code: 4608, consistencies: 1, received: 0, blockFor: 1, isDataPresent: 0, ...
I get this error a few times a day trying to do SELECT queries on my cassandra cluster. We have a 3 node cluster on m1.large aws instances. They succeed most of the time, but every once in a while we get the above error. We are not in production yet so all tables are small. We dont have any tables over a few thousand rows and the same queries complete fine other times. Raising the time out time is not an option and I don't believe it will solve the problem (the queries should be short and the query in the error is not the same each time)
Could this be some connection going stale between nodes or network issue? What's the best way to test for these? I also only see this error on my client side, is there somewhere I should be seeing this in the cassandra logs?