Re: thrift client can't add a column back after it was deleted with cassandra-cli?

2012-12-21 Thread Qiaobing Xie
, Qiaobing Xie <mailto:qiaobing@gmail.com>> wrote: > Hi, > > I am developing a thrift client that inserts and removes columns from a column-family (using batch_mutate calls). Everything seems to be working fine - my thrift client can add/retrieve/delete/add back columns as e

thrift client can't add a column back after it was deleted with cassandra-cli?

2012-12-21 Thread Qiaobing Xie
Hi, I am developing a thrift client that inserts and removes columns from a column-family (using batch_mutate calls). Everything seems to be working fine - my thrift client can add/retrieve/delete/add back columns as expected... until I manually deleted a column with cassandra-cli. (I was try