hmm.. I get a similar output as yours yesterday when trying to truncate a table in a 3 nodes cluster where one of the node went offline.
but the alternative that I have is that, instead of truncate, i just drop the table and recreate it. using cassandra version 2.0.6 by the way. On Wed, Apr 16, 2014 at 3:52 AM, Vivek Mishra <mishra.v...@gmail.com> wrote: > Hi, > I am trying Cassandra light weight transaction support with Cassandra 2.0.4 > > cqlsh:twitter> create table user(user_id text primary key, namef text); > cqlsh:twitter> insert into user(user_id,namef) values('v','ff') if not > exists; > > *Unable to complete request: one or more nodes were unavailable.* > > Any suggestions? > > -Vivek >