You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Oleg Dulin <ol...@gmail.com> on 2012/08/22 21:36:26 UTC

Deleting a row from a counter CF

I get this:

InvalidRequestException(why:invalid operation for commutative columnfamily

Any thoughts ?

We use Pelops...

Re: Deleting a row from a counter CF

Posted by aaron morton <aa...@thelastpickle.com>.
I would guess that Pelops has called remove() on the Thrift API rather than remove_counter(). 

Check the code in Pelops. If you turn server side logging up to DEBUG it will log "remove" for the non counter call and "remove_counter" for the counter one. 

Cheers

-----------------
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com

On 23/08/2012, at 7:36 AM, Oleg Dulin <ol...@gmail.com> wrote:

> I get this:
> 
> InvalidRequestException(why:invalid operation for commutative columnfamily
> 
> Any thoughts ?
> 
> We use Pelops…