Re: quick question

2017-02-01 Thread Kant Kodali
Adding dev only for this thread. On Wed, Feb 1, 2017 at 4:39 AM, Kant Kodali wrote: > What is the difference between accepting a value and committing a value? > > > > On Wed, Feb 1, 2017 at 4:25 AM, Kant Kodali wrote: > >> Hi, >> >> Thanks for the

Re: Quick question on ColumnFamilyStore removeDeleted (related to CASSANDRA-4299)

2012-06-05 Thread Sylvain Lebresne
On Tue, Jun 5, 2012 at 2:24 AM, Kirk True k...@mustardgrain.com wrote: removeDeleted actually filters out columns and removeDeletedCF doesn't. Because normal column families only call removeDeletedCF is it assumed that deleted and expired columns have already been filtered out? Is that what

Quick question on ColumnFamilyStore removeDeleted (related to CASSANDRA-4299)

2012-06-04 Thread Kirk True
Hi all, I'm a bit confused on the ColumnFamilyStore 'remove deleted' methods and have a question. I see this in many callers: TODO: this is necessary because when we collate supercolumns together, we don't check their subcolumns for relevance, so we need to do a second prune post