Re: Cassandra remove column using thrift

2013-11-01 Thread Jayadev Jayaraman
Hey guys, False alarm, sorry about that. Our column-names are byte-concatenations of short integers and we had been constructing the column names wrongly before attempting a delete. We fixed the problem and we've been able to delete the columns without issue. On Fri, Nov 1, 2013 at 4:19 PM, Robe

Re: Cassandra remove column using thrift

2013-11-01 Thread Robert Coli
On Fri, Nov 1, 2013 at 8:15 AM, Suruchi Deodhar < suruchi.deod...@generalsentiment.com> wrote: > I provide the timestamp as the current time and > consistency_level=ConsistencyLevel.ALL. > > My questions wrt this are: > 1. Is there a log where I can check whether the remove command registered > su