thelastpickle / cassandra-reaper

Automated Repair Awesomeness for Apache Cassandra
http://cassandra-reaper.io/
Apache License 2.0
490 stars 218 forks source link

Add ability to repair a specific set of nodes #57

Closed adejanovski closed 7 years ago

adejanovski commented 7 years ago

Reaper should be able to repair a single node or a given set of nodes. Currently Reaper creates segments for the whole token ring, but should be able to repair only the segments that one node is responsible (or replica) for.

This would allow to run downtime/outage related repairs in Reaper, which is not currently possible.

michaelsembwever commented 7 years ago

what's the difference between this issue and https://github.com/thelastpickle/cassandra-reaper/issues/165 ?

adejanovski commented 7 years ago

It's the same.

Closing this one as duplicate.