Re: tombstones and their data

2012-10-22 Thread B. Todd Burruss
excellent, thx On Mon, Oct 22, 2012 at 10:13 AM, Sylvain Lebresne wrote: > The data does get removed as soon as possible (as soon as it is > compacted with the tombstone that is). > > -- > Sylvain > > On Mon, Oct 22, 2012 at 7:03 PM, Hiller, Dean wrote: >> My understanding is any time from that

Re: tombstones and their data

2012-10-22 Thread Sylvain Lebresne
The data does get removed as soon as possible (as soon as it is compacted with the tombstone that is). -- Sylvain On Mon, Oct 22, 2012 at 7:03 PM, Hiller, Dean wrote: > My understanding is any time from that node. Another node may have a > different existing value and tombstone vs. that existin

Re: tombstones and their data

2012-10-22 Thread Hiller, Dean
My understanding is any time from that node. Another node may have a different existing value and tombstone vs. that existing data(most recent timestamp wins). Ie. The data is not needed on that node so compaction should be getting rid of it, but I never confirmed thisÅ .I hope you get confirmatio

tombstones and their data

2012-10-22 Thread B. Todd Burruss
if a node, X, has a tombstone marking deleted data, when can node X remove the data - not the tombstone, but the data? i understand the tombstone cannot be removed until GCGraceSeconds has passed, but it seems the data could be compacted away at any time.