spotify / cassandra-reaper

Software to run automated repairs of cassandra
235 stars 60 forks source link

Terminating a repair through JMX will make Reaper consider the repair segment succeeded #98

Open Yarin78 opened 9 years ago

Yarin78 commented 9 years ago

This is not really Reapers fault, but rather a problem in Cassandra that doesn't report aborted repairs correctly. I've created a Cassandra ticket for this: https://issues.apache.org/jira/browse/CASSANDRA-9268

Note that this is only relevant for repairs that are aborted outside of Reaper. Repairs that are aborted by Reaper due to timeout are still handled correctly.