Installing Cassandra: RedHat - Only version 4.1~alpha1-1 is available
0
votes
1
answer
96
views
It looks like some configuration of the rpm repository for Cassandra 41x has changed and means only version 4.1~alpha1-1 is available.
We are deploying a stack which includes Cassandra using Ansible. The Cassandra version 4.1.5 is fixed in our deployment.
The deployment was working some weeks ago, but today I returned from vacation and no longer works, error message:
No package cassandra-4.1.5-* available.
Inspecting the repository https://apache.jfrog.io/ui/native/cassandra-rpm/41x/ I can see that version 4.1.5 is listed, but it is not returned when executing yum search / yum list:
$ yum list cassandra --showduplicates
Available Packages
cassandra.noarch 4.1~alpha1-1 cassandra
cassandra.src 4.1~alpha1-1 cassandra
A series of files were modified on 2024-08-03 (three days ago) in the directory https://apache.jfrog.io/ui/native/cassandra-rpm/41x/repodata - could this be the change that caused this behaviour?
We are now unable to install any version of Cassandra 4.1.x except the alpha release.
$ cat /etc/yum.repos.d/cassandra.repo
[cassandra]
baseurl = https://redhat.cassandra.apache.org/41x/
enabled = 1
gpgcheck = 1
gpgkey = https://downloads.apache.org/cassandra/KEYS
name = apache cassandra repository
repo_gpgcheck = 1
---
Side note: the latest Cassandra installation documentation references 42x, but this does not exist on the repository remote: https://cassandra.apache.org/doc/latest/cassandra/installing/installing.html
Asked by Andreas Larfors
(3 rep)
Aug 5, 2024, 10:39 AM
Last activity: Aug 9, 2024, 10:31 AM
Last activity: Aug 9, 2024, 10:31 AM