: Jeff Jirsa [mailto:jeff.ji...@crowdstrike.com]
Sent: dimanche 13 septembre 2015 20:34
To: user@cassandra.apache.org
Subject: Re: Using DTCS, TTL but old SSTables not being removed
2.2.1 has a pretty significant bug in compaction:
https://issues.apache.org/jira/browse/CASSANDRA-10270
That prevents
Jeff Jirsa wrote:
> 2.2.1 has a pretty significant bug in compaction:
> https://issues.apache.org/jira/browse/CASSANDRA-10270
>
> That prevents it from compacting files after 60 minutes. It may or
> may not be the cause of the problem you're seeing, but it seems like
> it may be possibly related,
2.2.1 has a pretty significant bug in compaction:
https://issues.apache.org/jira/browse/CASSANDRA-10270
That prevents it from compacting files after 60 minutes. It may or may not be
the cause of the problem you’re seeing, but it seems like it may be possibly
related, and you can try the workaro
Running Cassandra 2.2.1 on 3 nodes (on EC2, from Datastax AMI, then
upgraded). Inserting time-series data; All entries with TTL to expire
3 hours after the "actual_time" of the observation. Entries arrive
with varied delay, and often in duplicate. Data is expiring (no longer
visible from CQL), bu