Re: Confirming Repairs

2015-04-24 Thread Yuki Morishita
In 3.0, we have system table that stores repair history. https://issues.apache.org/jira/browse/CASSANDRA-5839 So you can just use CQL to check when given ks/cf is repaired. On Sat, Apr 25, 2015 at 5:23 AM, Jeff Ferland wrote: > The short answer is I used a logstash query to get a list of all repa

Confirming Repairs

2015-04-24 Thread Jeff Ferland
The short answer is I used a logstash query to get a list of all repair ranges started and all ranges completed. I then matched the UUID of the start message to the end message and printed out all the ranges that didn't succeed. Then one needs to go a step further than I've coded and match the rema