spotify / cassandra-reaper

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

Track Cassandra's repair hash in RepairSegment #44

Open Bj0rnen opened 9 years ago

Bj0rnen commented 9 years ago

Cassandra gives each repair command a unique hash, which is not the same as the repair number which we already track. It might be convenient to have this hash in the repair segment, so that you can easily find the right repair command in the log on all nodes involved in the repair.

Example: repair #2b41cfb0-a93d-11e4-b542-f707d752ca5f

rzvoncek commented 9 years ago

It has turned out this information is not propagated to the Reaper using JMX when a repair starts. The only time this ID reaches the Reaper is in case of a repair session failure. That is being handled in #103. Therefore I believe we can close this issue.