Re: Cassandra2.0.14 : Obsolete files not being deleted after compaction

2020-02-06 Thread Laxmikant Upadhyay
Hi, Just an update, We deleted obsolete sstables and it worked fine. However I am not able to find out any jira for same issue. On Wed, Jan 22, 2020 at 3:58 PM manish khandelwal < manishkhandelwa...@gmail.com> wrote: > Thanks Jeff. > > There was no restart between "Compacting" and "Compacted" log

Re: Cassandra2.0.14 : Obsolete files not being deleted after compaction

2020-01-22 Thread manish khandelwal
Thanks Jeff. There was no restart between "Compacting" and "Compacted" logs but I observed that full repair (-pr) was running at that time with errors. *Caused by: java.lang.RuntimeException: java.io.IOException: Cannot proceed on repair because a neighbor (/aa.bb.cc.dd) is dead: session failed*

Re: Cassandra2.0.14 : Obsolete files not being deleted after compaction

2020-01-21 Thread Jeff Jirsa
On Tue, Jan 21, 2020 at 8:58 PM manish khandelwal < manishkhandelwa...@gmail.com> wrote: > Thanks Nitan, > > Thanks for your reply. > > I am using following methodology to find obsolete sstables and just want > to make sure that I don't delete live data if I delete them . > > In the following log

Re: Cassandra2.0.14 : Obsolete files not being deleted after compaction

2020-01-21 Thread manish khandelwal
Thanks Nitan, Thanks for your reply. I am using following methodology to find obsolete sstables and just want to make sure that I don't delete live data if I delete them . In the following logs I searched for sstable " keyspace-columnfamily-jb-456789" and found that this "*CompactionExecutor:19

Re: Cassandra2.0.14 : Obsolete files not being deleted after compaction

2020-01-21 Thread Nitan Kainth
If you are certain that you don’t need data, your plan is good. Make sure to delete all the files for any given sequence number ie data, index, toc etc Regards, Nitan Cell: 510 449 9629 > On Jan 21, 2020, at 5:36 AM, manish khandelwal > wrote: > >  > Hi Team > > I am observing some obsolete

Cassandra2.0.14 : Obsolete files not being deleted after compaction

2020-01-21 Thread manish khandelwal
Hi Team I am observing some obsolete files in Cassandra 2.0.14 which are already compacted but not removed from the system after compaction. As per CASSANDRA-7872 , after GC grace period has passed the sstables are open for read again and can