Re: Issues during Install/Remove Cassandra ver 4.0.x

2023-04-05 Thread Bowen Song via user
Since you have already downloaded the RPM file, you may install it with "yum install cassandra-4.0.7-1.noarch.rpm" command. This will install the package with all of its dependencies. BTW, you can even run "yum install https://redhat.cassandra.apache.org/40x/cassandra-4.0.7-1.noarch.rpm"; to

Issues during Install/Remove Cassandra ver 4.0.x

2023-04-05 Thread MyWorld
Hi all, We are facing one issue in installing cassandra-4.0.7. ### We started with* yum installation.* We setup repo "cassandra.repo" as below: [cassandra] name=Apache Cassandra baseurl=https://redhat.cassandra.apache.org/40x/noboolean/ gpgcheck=1 repo_gpgcheck=1 gpgkey=https://downloads.apache.or

Re: Reads not returning data after adding node

2023-04-05 Thread Bowen Song via user
It is not necessary, but recommended to run repair before adding nodes. That's because deleted data may be resurrected if the time between two repair runs is longer than the gc_grace_period, and adding nodes can take a lots of time. Running nodetool cleanup is also not required, but recommende

Re: When are sstables that were compacted deleted?

2023-04-05 Thread Bowen Song via user
It may be useful to attach the output from the nodetool tpstats, nodetool compactionstats and nodetool netstats commands output. If any SSTable involved in a transaction is being compacted, repaired or streamed, etc., the transaction clean up will be delayed. This is the expected behaviour.

New node is stuck in JOINING state

2023-04-05 Thread Eunsu Kim
Hi, all I recently encountered this behavior when adding new nodes to my Apache Cassandra 4.1.0 cluster. When I checked the system.log of the new added node, I found the following logs being logged repeatedly. -- WARN [OptionalTasks:1] 2023-04-05 18:50:26,722 Cassa