Re: Removing a counter columns using Thrift interface

2012-06-26 Thread Patrik Modesto
On Mon, Jun 25, 2012 at 9:28 AM, Sylvain Lebresne wrote: > On Mon, Jun 25, 2012 at 9:06 AM, Patrik Modesto > wrote: >> I'm used to use Mutation for everything, so the first thing I tried >> was Deletion on Counter column. Well, nothing happened. No error and >> the Counter column was still there.

Re: Removing a counter columns using Thrift interface

2012-06-25 Thread Sylvain Lebresne
On Mon, Jun 25, 2012 at 9:06 AM, Patrik Modesto wrote: > I'm used to use Mutation for everything, so the first thing I tried > was Deletion on Counter column. Well, nothing happened. No error and > the Counter column was still there. That shouldn't happen. > The second try was the remove_counter

Removing a counter columns using Thrift interface

2012-06-25 Thread Patrik Modesto
Hi, I was playing with Counters in Cassandra 1.0.10 and I see a behaviour that I didn't expect. It's about removing a Counter column. I'm used to use Mutation for everything, so the first thing I tried was Deletion on Counter column. Well, nothing happened. No error and the Counter column was sti