Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-04-05 Thread Thomas Elliott
from TTL 0 to 10 days. This might mean that some data are not deleted >> because at some point in time were written with no TTL ( TTL set to 0). >> >> This has occurred in some systems in past. >> >> You may use the sstableexpiredblocker tool to check about this. >> >> >&

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-04-05 Thread Stéphane Alleaume
lliam Crowell > > > > *From: *C. Scott Andreas > *Date: *Friday, March 21, 2025 at 12:21 AM > *To: *user@cassandra.apache.org > *Cc: *user@cassandra.apache.org > *Subject: *Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x > to 4.1.3 > > You don't of

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-04-04 Thread William Crowell via user
the sstableexpiredblocker tool to check about this. BR MK From: William Crowell via user Sent: March 20, 2025 13:58 To: user@cassandra.apache.org Cc: William Crowell ; Sartor Fabien (DIN) ; tasmaniede...@free.fr Subject: Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-31 Thread edi mari
pache.org ; Stéphane >> Alleaume >> *Cc:* William Crowell ; sc...@paradoxica.net < >> sc...@paradoxica.net>; asf.telli...@gmail.com >> *Subject:* [EXTERNAL] Re: Increased Disk Usage After Upgrading From >> Cassandra 3.x.x to 4.1.3 >> >> Good mornin

RE: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-22 Thread Sartor Fabien (DIN) via user
rch 14, 2025 at 10:53 AM To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> <mailto:user@cassandra.apache.org> Cc: William Crowell <mailto:wcrow...@perforce.com>, Bowen Song <mailto:bo...@bso.ng> Subject: Re: Increased Disk Usage After Upgrading From Cassandra 3.

RE: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-22 Thread Michalis Kotsiouros (EXT) via user
sstableexpiredblocker tool to check about this. BR MK From: William Crowell via user Sent: March 20, 2025 13:58 To: user@cassandra.apache.org Cc: William Crowell ; Sartor Fabien (DIN) ; tasmaniede...@free.fr Subject: Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3 Stephane and

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-20 Thread C. Scott Andreas
leexpiredblocker tool to check about this. BR MK From: William Crowell via user < user@cassandra.apache.org > Sent: March 20, 2025 13:58 To: user@cassandra.apache.org Cc: William Crowell < wcrow...@perforce.com >; Sartor Fabien (DIN) < fabien.sar...@etat.ge.ch >; tasmaniede...@free.f

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-20 Thread Thomas Elliott
set to 0). > > This has occurred in some systems in past. > > You may use the sstableexpiredblocker tool to check about this. > > > > BR > > MK > > > > *From:* William Crowell via user > *Sent:* March 20, 2025 13:58 > *To:* user@cassandra.apache.org &g

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-20 Thread William Crowell via user
ensions = {} AND gc_grace_seconds = 864000 AND max_index_interval = 2048 AND memtable_flush_period_in_ms = 0 AND min_index_interval = 128 AND read_repair = 'BLOCKING' AND speculative_retry = '99p'; */ Regards, William Crowell From: Sartor Fabien (DIN) via us

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-20 Thread Tasmaniedemon
*To: *user@cassandra.apache.org *Cc: *William Crowell , Bowen Song *Subject: *Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3 Bowen, This is just a single Cassandra node.  Unfortunately, I cannot get on the box at the moment, but the following configuration is in

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-19 Thread William Crowell via user
To: user@cassandra.apache.org Cc: William Crowell , Bowen Song Subject: Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3 Bowen, This is just a single Cassandra node. Unfortunately, I cannot get on the box at the moment, but the following configuration is in cassandra.yaml

RE: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-15 Thread Sartor Fabien (DIN) via user
the command: find . -iname snapshots -exec du -h {} \; Best regards, Fabien De : William Crowell via user Envoyé : vendredi, 14 mars 2025 10:51 À : user@cassandra.apache.org Cc : William Crowell Objet : Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3 PRUDENCE. Ce

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-14 Thread William Crowell via user
user Cc: Bowen Song Subject: Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3 A few suspects: * snapshots, which could've been created automatically, such as by dropping or truncating tables when auto_snapshots is set to true, or compaction

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-14 Thread Bowen Song via user
A few suspects: * snapshots, which could've been created automatically, such as by dropping or truncating tables when auto_snapshots is set to true, or compaction when snapshot_before_compaction is set to true * backups, which could've been created automatically, e.g. when incremental_backup

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-14 Thread William Crowell via user
<mailto:user@cassandra.apache.org> mailto:user@cassandra.apache.org>> Cc: William Crowell mailto:wcrow...@perforce.com>> Subject: Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3 You don't often get email from luciano.grei...@gmail.com<mailto:luciano.

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-14 Thread William Crowell via user
rowell mailto:wcrow...@perforce.com>> Subject: Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3 You don't often get email from luciano.grei...@gmail.com<mailto:luciano.grei...@gmail.com>. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-14 Thread crystallo...@gmail.com
@cassandra.apache.org *Cc: *William Crowell *Subject: *Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3 You don't often get email from luciano.grei...@gmail.com. Learn why this is important <https://aka.ms/LearnAboutSenderIdenti

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-13 Thread Luciano Greiner
that would affect disk > space? > > > > Thank you for your reply, > > > > William Crowell > > > > *From: *Luciano Greiner > *Date: *Thursday, March 13, 2025 at 10:21 PM > *To: *user@cassandra.apache.org > *Cc: *William Crowell > *Subject: *Re:

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-13 Thread William Crowell via user
@cassandra.apache.org Cc: William Crowell Subject: Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3 You don't often get email from luciano.grei...@gmail.com. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification> Haven't you forgot to clean some snap

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-13 Thread Luciano Greiner
am Crowell via user > *Date: *Wednesday, March 12, 2025 at 4:42 PM > *To: *user@cassandra.apache.org > *Cc: *William Crowell > *Subject: *Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x > to 4.1.3 > > I also forgot to include we do compaction once a week. > >

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-13 Thread William Crowell via user
Hi, Is this mailing list still active? Thanks. From: William Crowell via user Date: Wednesday, March 12, 2025 at 4:42 PM To: user@cassandra.apache.org Cc: William Crowell Subject: Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3 I also forgot to include we do compaction

Re: Increased Disk Usage After Upgrading From Cassandra 3.x.x to 4.1.3

2025-03-12 Thread William Crowell via user
I also forgot to include we do compaction once a week. Hi. A few months ago, I upgraded a single node Cassandra instance from version 3 to 4.1.3. This instance is not very large with about 15 to 20 gigabytes of data on version 3, but after the update it has went substantially up to over 100gb