Re: garbage collecting tombstones

2011-12-01 Thread Eric Evans
On Thu, Dec 1, 2011 at 2:45 PM, Jahangir Mohammed wrote: > Tombstone is a marker indicating the record to be deleted. > "gc_grace_seconds" is the time after which the record will be deleted > physically from the node. > There is no ad-hoc way of gc'ing tombstones. Only after "gc_grace_seconds" > t

Re: garbage collecting tombstones

2011-12-01 Thread Jahangir Mohammed
Tombstone is a marker indicating the record to be deleted. "gc_grace_seconds" is the time after which the record will be deleted physically from the node. There is no ad-hoc way of gc'ing tombstones. Only after "gc_grace_seconds" the tombstones will be gc'ed. Thanks, Jahangir Mohammed. On Thu,