-
I'm using the cassandra storage engine with Cassandra 3.11.0. In my Cassandra logs there are lots of messages like:
```
WARN [ReadStage-5] 2017-10-18 11:04:30,610 ReadCommand.java:522 - Read 1547 l…
-
**1. Take care about consistencyLevel, (Read and Write)**
```
Statement statement = ...
statement.setConsistencyLevel(ConsistencyLevel.LOCAL_ONE);
```
Another item worth noting is in the case o…
-
When using Reaper with a Memory backend, it works as expected.
When using a Cassandra backend, I am getting the error below. Repairs also hang.
Cassandra 3.11.1, Reaper 1.0.2 deb deployment on U…
-
CC @ellisjoe @jboreiko @clockfort @rhero
Following up on our discussion this afternoon, I caught up with CLocks about allowing schema mutations with a Cassandra node down. Generally we came to the…
-
I have been testing cassandra-reaper, and regardless of the settings in `cassandra-reaper.yaml` or what I input when creating a repair, the number of total segments is stuck at the number of nodes cur…
-
For some of our cassandra reaper instances, the web UI has stopped displaying running repairs, and the javascript console shows 500 errors. The only clue I've found is the following exception which o…
-
Hi folks,
we sometimes get error message "Postponed a segment because no coordinator was reachable" when using imcremental repairs in our cassandra 3.10 production cluster.
the repair does not r…
-
Hey there,
creaper seems to be looping in a strange state.
A repair on one of our keyspaces was triggered this morning.
'INFO com.spotify.reaper.cassandra.JmxProxy Triggering repair of rang…
MALPI updated
7 years ago
-
In our testing of reaper on 2DC-6C* nodes, we found that when one node is down then the tool starts throwing JMX error and not repairing anything.
Found that "allowUnreachableNodes" property contro…
-
I'm running Reaper 0.6.1 from a Docker container, but when adding in a cluster from the web interface it fails with `Failed to establish JMX connection to 172.29.16.15:7199` then further on down the…