Hello, I keep executing a TRUNCATE command on an empty table and it throws OperationTimedOut randomly:
cassandra@cqlsh> truncate test.mytable; OperationTimedOut: errors={}, last_host=cassiebeta-01 cassandra@cqlsh> truncate test.mytable; OperationTimedOut: errors={}, last_host=cassiebeta-01 Having a 3 node cluster running 2.1.14. No connectivity problems. Has anybody come across the same error? Thanks, George