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

2025-03-31 Thread edi mari
Why not use *nodetool** import* tool ? Create a new table, copy the files from the old table to the new table directory, and then use nodetool import . *nodetool import [keyspace] [target_table] [targate_table_directory]* edi On Mon, Mar 31, 2025 at 5:22 PM Stéphane Alleaume wrote: > Hi > > I w

Re: SSTable Migration to oa-* Format After Upgrade to 5

2025-03-16 Thread edi mari
Great ,Thanks Scott . בתאריך יום א׳, 16 במרץ 2025, 21:40, מאת C. Scott Andreas ‏< sc...@paradoxica.net>: > Hi Edi, > > Details are in NEWS.txt: > https://github.com/apache/cassandra/blob/cassandra-5.0/NEWS.txt > > – Scott > > On Mar 16, 2025, at 11:37 AM, edi ma

Re: SSTable Migration to oa-* Format After Upgrade to 5

2025-03-16 Thread edi mari
Sorry for jumping into the conversation, but I wanted to ask— is there an guide for upgrading Cassandra from v4 to v5? Edi בתאריך יום א׳, 16 במרץ 2025, 19:33, מאת Paul Chandler ‏: > Yes, that should sort it out. > > Regards > > Paul > Sent from my iPhone > > > On 16 Mar 2025, at 18:34, Luciano G

Cassandra snapshot with TTL

2024-11-20 Thread edi mari
Hi, I'm attempting to use the `snapshot` command with the `--tt` option, but I keep encountering an error. Can you help me figure out what I might be doing wrong? I'm using Cassandra v4.1.5. *nodetool snapshot --ttl 1HOURS -t my_snapshot my_keyspace* nodetool: Invalid duration: 1[HOURS] Accepted

Re: Cassandra snapshot with TTL

2024-11-19 Thread edi mari
Working, Thanks On Tue, Nov 19, 2024 at 12:01 PM guo Maxwell wrote: > try to replace 1HOURS with 1h ? > > edi mari 于2024年11月19日周二 17:52写道: > >> Hi, >> I'm attempting to use the `snapshot` command with the `--tt` option, but >> I keep encountering an error. &

Re: Migration Cassandra to a new data center

2024-11-05 Thread edi mari
igrate the server hardware to the new location >5. run a full repair again to bring the data back in sync >6. restore the gc_grace_seconds back to appropriate value > > As always, please ensure you have data backups, and make a contingency > plan for potential issues in advan

Re: Migration Cassandra to a new data center

2024-11-05 Thread edi mari
? > > On 05/11/2024 11:01, edi mari wrote: > > Hello, > > We have a Cassandra cluster deployed across three different data > > centers, with each data center (DC1, DC2, and DC3) hosting 50 > > Cassandra nodes. > > > > We are currently saving one replica in

Migration Cassandra to a new data center

2024-11-05 Thread edi mari
Hello, We have a Cassandra cluster deployed across three different data centers, with each data center (DC1, DC2, and DC3) hosting 50 Cassandra nodes. We are currently saving one replica in each data center. We plan to migrate DC3, including storage and servers, to a new data center. 1. What woul

Re: Cassandra Inbound Error Message

2024-08-29 Thread edi mari
* Is the thing causing the load flexible to run at a slower rate or at a > different time of the day/week? > > It's usually better to address the problem at source, instead of > tweaking the victims and hoping that they will better survive it. > > Cheers, > Bowen > >

Cassandra Inbound Error Message

2024-08-27 Thread edi mari
Hello , Recently, we've noticed errors appearing in the Cassandra logs, which coincide with periods of heavy network load. We investigated and confirmed that the network was under significant stress during these times. Is there any configuration or tuning in Cassandra that could help eliminate thes