Re: Issue when deleting Cassandra rowKeys.

2013-01-27 Thread aaron morton
fter the deletion? > > From: Kasun Weranga > Reply-To: "user@cassandra.apache.org" > Date: Saturday, January 26, 2013 10:33 AM > To: "user@cassandra.apache.org" , > "d...@cassandra.apache.org" > Subject: Issue when deleting Cassandra rowKeys. &g

Re: Issue when deleting Cassandra rowKeys.

2013-01-27 Thread Kasun Weranga
. > > > >> >> Are your findings before or after this time after the deletion? >> >> From: Kasun Weranga >> Reply-To: "user@cassandra.apache.org" >> Date: Saturday, January 26, 2013 10:33 AM >> To: "user@cassandra.apache.org" , " >

Re: Issue when deleting Cassandra rowKeys.

2013-01-27 Thread Kasun Weranga
;user@cassandra.apache.org" > Date: Saturday, January 26, 2013 10:33 AM > To: "user@cassandra.apache.org" , " > d...@cassandra.apache.org" > Subject: Issue when deleting Cassandra rowKeys. > > Hi all, > > When I delete some rowkeys programmatically

Re: Issue when deleting Cassandra rowKeys.

2013-01-26 Thread Edward Capriolo
Make sure the timestamp on your delete is > then timestamp of the data. On Sat, Jan 26, 2013 at 1:33 PM, Kasun Weranga wrote: > Hi all, > > When I delete some rowkeys programmatically I can see two rowkeys remains > in the column family. I think it is due to tombstones. Is there a way to > remov

Re: Issue when deleting Cassandra rowKeys.

2013-01-26 Thread Michael Kjellman
January 26, 2013 10:33 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>>, "d...@cassandra.apache.org<mailto:d...@cassandra.apache.org>" mailto:d...@cassandra.apache.org>> Subject: Issue when deleting Ca

Issue when deleting Cassandra rowKeys.

2013-01-26 Thread Kasun Weranga
Hi all, When I delete some rowkeys programmatically I can see two rowkeys remains in the column family. I think it is due to tombstones. Is there a way to remove it when deleting rowkeys. Can I run compaction programmatically after deletion? will it remove all these remaining rowkeys. Thanks, Kas