TTL tombstones in Cassandra using LCS are cretaed in the same level data TTLed data?

2018-09-25 Thread Gabriel Giussi
I'm using LCS and a relatively large TTL of 2 years for all inserted rows and I'm concerned about the moment at wich C* would drop the corresponding tombstones (neither explicit deletes nor updates are being performed). >From [Missing Manual for Leveled Compaction Strategy]( https://www.youtube.co

Re: Mutation of bytes is too large for the maxiumum size of

2018-09-25 Thread Saladi Naidu
Soumya,Thanks for the suggestion and yes enabling debugging is an option but it is very tedious and often the chatter clutters and hard to debug.   Naidu Saladi On Tuesday, September 18, 2018 5:04 PM, Soumya Jena wrote: The client should notice this on their side . If you want to see

Re: TWCS + subrange repair = excessive re-compaction?

2018-09-25 Thread Martin Mačura
Most partitions in our dataset span one or two SSTables at most. But there might be a few that span hundreds of SSTables. If I located and deleted them (partition-level tombstone), would this fix the issue? Thanks, Martin On Mon, Sep 24, 2018 at 1:08 PM Jeff Jirsa wrote: > > > > > On Sep 24, 2