Re: TWCS: Repair create new buckets with old data

2018-10-19 Thread Oleksandr Shulgin
On Fri, Oct 19, 2018 at 11:04 AM Jeff Jirsa wrote: > > I’m mobile and can’t check but it’s this JIRA > > https://issues.apache.org/jira/browse/CASSANDRA-6434 > > And it may be a table level prop, I suppose. Again, I’m not in a position > to confirm. > Indeed, it's called only_purge_repaired_tomb

Re: TWCS: Repair create new buckets with old data

2018-10-19 Thread Jeff Jirsa
> On Oct 19, 2018, at 10:37 AM, Oleksandr Shulgin > wrote: > >> On Fri, Oct 19, 2018 at 10:23 AM Jeff Jirsa wrote: >> It depends on your yaml settings - in newer versions you can have cassandra >> only purge repaired tombstones (and ttl’d data is a tombstone) > > Interesting. Which settin

Re: TWCS: Repair create new buckets with old data

2018-10-19 Thread Oleksandr Shulgin
On Fri, Oct 19, 2018 at 10:23 AM Jeff Jirsa wrote: > It depends on your yaml settings - in newer versions you can have > cassandra only purge repaired tombstones (and ttl’d data is a tombstone) > Interesting. Which setting is that? Is it 4.0 or 3.x -- I couldn't find anything similar in the 3.

Re: TWCS: Repair create new buckets with old data

2018-10-19 Thread Jeff Jirsa
It depends on your yaml settings - in newer versions you can have cassandra only purge repaired tombstones (and ttl’d data is a tombstone) You can turn that setting off if either is true: 1) you don’t do explicit deletes, you only insert data that’s ttl’d and let it expire naturally, or 2) data