-
Hello,
I'm running the latest commit of cassandra reaper and after launching an incremental repair on one keyspace I regularly see exceptions like this in the logs:
DEBUG [2017-08-09 12:25:…
-
Not actually an issue, just a question. I couldn't find any mailing list or chat to ask.
I'm currently repairing two separate clusters running Cassandra 2.2.8 and 2.2.9. An error appears in Cassand…
-
Hi guys,
I am trying to use reaper at test cluster, but I am stuck with this issue. After few test runs it
starts to postpone segment repairs, it seems that it tries to start same segment twice, …
-
Tried to use incremental repairs with latest reaper snapshot but sstables didn't get marked with "repaired at" timestamp. And repair has finished too quickly (6min), although previous non incremental …
-
Hello,
Currently when scheduling or running a repair there is a filed for keyspace, but is it possible to have a wild card * so that all the keyspaces will be repaired.
In my usecase we have mul…
-
When repair is started with "Incremental repair : false" the value displayed on UI (and the value stored in back end storage) denotes number of nodes in the cluster instead the number defined in confi…
-
There's a bug in Cassandra 2.2 (fixed in 3.0) that prevents Reaper from running full repairs.
A null check is missing on the datacenters collection :
2.2 >> https://github.com/apache/cassandra/blo…
-
# Problem Description:
* After starting repair via the GUI, progress remains at 0/x.
* Cassandra nodes calculate their respective token ranges, and then nothing happens.
* There were no errors in t…
-
How does the script handle a repair session that hangs after sucessfully repairing some part of the repair range?
-
_Installation details_
Scylla version (or git commit hash): 1.1
Cluster size: standalone
OS (RHEL/CentOS/Ubuntu/AWS AMI): ubuntu 14.04
I have a following table:
> CREATE TABLE completed_repairs (
> …