Re: Overwhelming tombstones with LCS

2015-07-12 Thread Roman Tkachenko
Hi Dan, Thanks for the reply. We're on 2.0.13. In fact, I already solved this exactly the way you described - by changing compaction strategy to STCS via JMX and letting compactions collect tombstones. Roman On Fri, Jul 10, 2015 at 8:57 PM, Dan Kinder wrote: > > On Sun, Jul 5, 2015 at 1:40 PM

Re: Overwhelming tombstones with LCS

2015-07-10 Thread Dan Kinder
On Sun, Jul 5, 2015 at 1:40 PM, Roman Tkachenko wrote: > Hey guys, > > I have a table with RF=3 and LCS. Data model makes use of "wide rows". A > certain query run against this table times out and tracing reveals the > following error on two out of three nodes: > > *Scanned over 10 tombstones

Overwhelming tombstones with LCS

2015-07-05 Thread Roman Tkachenko
Hey guys, I have a table with RF=3 and LCS. Data model makes use of "wide rows". A certain query run against this table times out and tracing reveals the following error on two out of three nodes: *Scanned over 10 tombstones; query aborted (see tombstone_failure_threshold)* This basically me