Re: TWCS not deleting expired sstables

2018-02-01 Thread Thakrar, Jayesh
and it did not indicate any "connection" via service or jmx port :) So now need to see why the data is not getting purged. Thanks again!! From: kurt greaves Date: Wednesday, January 31, 2018 at 11:27 PM To: User Subject: Re: TWCS not deleting expired sstables Well, that shouldn&

Re: TWCS not deleting expired sstables

2018-01-31 Thread kurt greaves
> > > > > *From: *Kenneth Brotman > *Date: *Tuesday, January 30, 2018 at 7:37 AM > *To: * > *Subject: *RE: TWCS not deleting expired sstables > > > > Wow! It’s in the DataStax documentation: https://docs.datastax.com/en/ > dse/5.1/dse-admin/datastax_enterprise/tools/toolsS

Re: TWCS not deleting expired sstables

2018-01-30 Thread Thakrar, Jayesh
astax_enterprise/tools/toolsSStables/toolsSSTableUtilitiesTOC.html Kenneth Brotman From: kurt greaves [mailto:k...@instaclustr.com] Sent: Monday, January 29, 2018 8:20 PM To: User Subject: Re: TWCS not deleting expired sstables Likely a read repair caused old data to be brought into a newer

RE: TWCS not deleting expired sstables

2018-01-30 Thread Kenneth Brotman
/toolsSSTableUtilitiesTOC.html Kenneth Brotman From: kurt greaves [mailto:k...@instaclustr.com] Sent: Monday, January 29, 2018 8:20 PM To: User Subject: Re: TWCS not deleting expired sstables Likely a read repair caused old data to be brought into a newer SSTable. Try running sstableexpiredblockers

Re: TWCS not deleting expired sstables

2018-01-29 Thread kurt greaves
Likely a read repair caused old data to be brought into a newer SSTable. Try running sstableexpiredblockers to find out if there's a newer SSTable blocking that one from being dropped.​

Re: TWCS not deleting expired sstables

2018-01-28 Thread Thakrar, Jayesh
stable, so there is no dependency or delay caused from other sstables. Thanks, Jayesh From: Date: Sunday, January 28, 2018 at 1:02 PM To: Subject: Re: TWCS not deleting expired sstables I would start here: http://thelastpickle.com/blog/2016/12/08/TWCS-part1.html Specifically the “Hints and re

Re: TWCS not deleting expired sstables

2018-01-28 Thread brian . spindler
I would start here: http://thelastpickle.com/blog/2016/12/08/TWCS-part1.html Specifically the “Hints and repairs” and “Timestamp overlap” sections might be of use. -B > On Jan 25, 2018, at 11:05 AM, Thakrar, Jayesh > wrote: > > Wondering if I can get some pointers to what's happening here