-
### What happened?
We tried to change the configuration of an existing Cassandra cluster, by changing the `cassandra-yaml.num_tokens` from `16` to `8`.
The operator proceeds to update the StatefulSets…
-
### What happened?
I am trying to connect clickhouse using grpc-plugin like here:
https://github.com/jaegertracing/jaeger-clickhouse/blob/main/guide-kubernetes.md
In the jaeger custom resource
if I…
-
**What did you do?**
I have cassandra client running outside of kubernetes cluster.
I've tried to use:
```
networking:
nodePort:
internode: 30001
native: 30002
```
Bu…
-
### What happened?
We are trying to resume a stopped Cassandra cluster. The cluster may not have the enough resource to schedule all the Pods, and we found that in some cases the seed nodes in racks m…
-
[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…
-
```
-- 创建键空间
CREATE KEYSPACE IF NOT EXISTS example_keyspace
WITH replication = {
'class': 'SimpleStrategy',
'replication_factor': 1
};
-- 使用键空间
USE example_keyspace;
-- 创建用户表
CRE…
-
[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…
-
**Is your feature request related to a problem? Please describe.**
I am working on getting Cache DB Working with our Scylla cluster. I first implemented authentication into the current Cassandr…
-
**Context**
When working with the `cassandra.cluster` module in a Python project, i had to use `type: ignore` on the import because there are no compatible MyPy stubs available for the module.
…
-
At the beginning of `disrupt_truncate` nemesis the test ks/table are prepared with the c-s command:
```
< t:2024-09-14 12:46:50,787 f:stress_thread.py l:325 c:sdcm.stress_thread p:INFO > cassand…