Re: data not deleted in data dir after keyspace dropped

2018-08-24 Thread Vitaliy Semochkin
Thank you very much Pranay, that was exactly what I needed! On Sat, Aug 25, 2018 at 12:17 AM Pranay akula wrote: > > Cassandra creates a snapshot when u drop keyspace. So u should run nodetool > clear snapshot on all nodes to reclaim ur space. > > > > On Fri, Aug 24, 2018, 4:14 PM Vineet G H wro

Re: data not deleted in data dir after keyspace dropped

2018-08-24 Thread Vitaliy Semochkin
Thank you very much for the fast reply, Vineet! Is there any way to speed up this process or manually trigger something analogs to vacuum full in PostgreSQL? On Sat, Aug 25, 2018 at 12:14 AM Vineet G H wrote: > > It takes a while in cluster for drop to propagte this depends on > amount of data an

Re: data not deleted in data dir after keyspace dropped

2018-08-24 Thread Pranay akula
Cassandra creates a snapshot when u drop keyspace. So u should run nodetool clear snapshot on all nodes to reclaim ur space. On Fri, Aug 24, 2018, 4:14 PM Vineet G H wrote: > It takes a while in cluster for drop to propagte this depends on > amount of data and network traffic between your stor

Re: data not deleted in data dir after keyspace dropped

2018-08-24 Thread Vineet G H
It takes a while in cluster for drop to propagte this depends on amount of data and network traffic between your storage nodes On Fri, Aug 24, 2018 at 1:54 PM Vitaliy Semochkin wrote: > > Hi, > I'm using cassandra 3.11 > When I drop a keyspace it's data is not deleted from data dirs in a cluster.

data not deleted in data dir after keyspace dropped

2018-08-24 Thread Vitaliy Semochkin
Hi, I'm using cassandra 3.11 When I drop a keyspace it's data is not deleted from data dirs in a cluster. what additional steps are needed to make cluster nodes to deleted deleted data from the disk? Regards, Vitaliy - To unsubs