Re: Deleting a row from a counter CF

2012-08-23 Thread aaron morton
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 Fr

Deleting a row from a counter CF

2012-08-22 Thread Oleg Dulin
I get this: InvalidRequestException(why:invalid operation for commutative columnfamily Any thoughts ? We use Pelops...