BrianGallew / cassandra_range_repair

python script to repair the primary range of a node in N discrete steps
MIT License
109 stars 47 forks source link

Does incremental repair using ranges really work? #59

Open JensRantil opened 6 years ago

JensRantil commented 6 years ago

https://groups.google.com/d/msg/nosql-databases/peTArLfhXMU/IuUYnnUhBgAJ claims it doesn't work.

I was investigating this because I was curious if I could slowly enable incremental repairs using this script.

Skunnyk commented 6 years ago

After reading http://thelastpickle.com/blog/2017/12/14/should-you-use-incremental-repair.html , I'm not sure enabling incremental repair is the best idea :(

JensRantil commented 6 years ago

Hah, good timing! Unfortunately we are already half-way through with enabling incremental repairs...