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
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
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
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.
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