-
# Problem
SSTables and commit logs can and do get corrupted. These types of errors can cause a Cassandra node to shutdown. In the context of Kubernetes and cass-operator in particular, we lack visibil…
-
**Story Description**:
The RepairGroup class is responsible for managing repair tasks in Cassandra clusters, particularly scheduling and executing repairs for specific tables. The goal is to define…
-
Bootstrapping a node is performed roughly using the following steps:
1. Every node uses the same token ring, which contains only _normal_ tokens.
2. Every node adds _pending_ tokens to the token rin…
kbr- updated
11 months ago
-
**Story Description**:
The IncrementalRepairTask class represents an individual task responsible for repairing a specific range in a Cassandra table. It extends RepairTask and customizes the option…
-
-
This is a mirror of https://issues.apache.org/jira/browse/CASSANDRA-14635.
Scylla guarantees monotonic quorum reads, that is, that once a process reads a value with a timestamp at `CL QUORUM`, it w…
-
Hi people,
First of all thank you so much for maintaining this project. So far looks cool.
I do have a problem with the Reaper.
What I did?
I set up K8ssandra, enabled the Reaper, remote jmx with…
-
command I used: `python range_repair.py -H 127.0.0.1 -s 1 --datacenter DC2`
```
$ nodetool ring | grep -B1 $(facter ipaddress) | tail -n 2
10.2.0.1 R1 Up Normal 15.57 GiB ? …
-
### What happened?
I have followed the document to scale the k8ssandra cluster up from 3 node to 4 node cluster, the new pods gets scheduled in k8s but the status stays at 1/2
NAME …
-
**Is your feature request related to a problem? Please describe.**
As an operator of cassandra, I want to replace nodes when for example their disks have degraded or have any other signs of hardware f…