-
### What happened?
When trying to configure a Cassandra Cluster with nodeport for cqlsh, I get an error in cass-operator logs like:
spec.ports[0].nodePort: Invalid value: 7000
### What did you …
-
CassandraJournalStatements.scala
```scala
def selectHighestSequenceNr =
s"""
SELECT sequence_nr FROM $tableName WHERE
persistence_id = ? AND
partition_nr = ?
O…
-
Instead of using Cassandra as a blob store we can use minio (which is s3 compatible) or another s3 compatible object storage. This should help relieve some of the load on the Cassandra cluster (and ma…
-
We should allow users to run a trunk/5.1 local cluster as there are some really interesting features coming in 5.1 and we can give people access to run it locally and play with it.
To do this we w…
-
### What happened?
The latest `cass-operator` with version `1.22.4` cannot deploy Cassandra with version 5.0.2 correctly.
From the https://github.com/k8ssandra/management-api-for-apache-cassandra rep…
-
We observed a couple of times that when all of the Cassandra nodes are down for a bit and back again, `Xandra` sometimes fails to reconnect.
I have reproduced this and observed the following:
A…
-
When I install the extension to use the Datastax CPP-Driver, I receive the error `undefined symbol: cass_session_new` when trying to use the extension.
The installs are finding the correct headers …
-
[PR#19684](https://github.com/scylladb/scylladb/pull/19684) brings possibility of having nodes coordinator-only nodes (or zero-token nodes).
These types of nodes are going to be supported only in RAF…
-
Please answer these questions before submitting your issue. Thanks!
### What version of Cassandra are you using?
4.1.5
### What version of Gocql are you using?
1.6.0
### What version of Go …
-
```
=== TEST.PY STARTING TEST cql-pytest.test_permissions.3 ===
export UBSAN_OPTIONS='halt_on_error=1:abort_on_error=1:suppressions=/jenkins/workspace/scylla-master/scylla-ci/scylla/ubsan-suppressions…