I have a table named buddyme.chatarch.
When trying to truncate the table.
cqlsh:buddyme> TRUNCATE chatarch;
I am getting this error.
TruncateError: <ErrorMessage code=1003 [Error during truncate] message="Error during truncate: Cannot achieve consistency level ALL">
What can be the possible reason? I am new to Cassandra.
Thanks
Even I was facing the same issue. One of the nodes in my cluster was down. Fixed the issue by starting all nodes.