Re: Last manual repair time

2011-08-08 Thread Bart Swedrowski
On 4 August 2011 22:59, Teijo Holzer wrote: > End of every repair: > grep 'No neighbors to repair with' system.log Thanks - very helpful. Already wrote a tiny nagios plugin to go through this and alert when needed.

Re: Last manual repair time

2011-08-04 Thread Teijo Holzer
That's simple, set your log level to INFO in log4j-server.properties and then do the following: Start of every repair: grep 'Waiting for repair requests:' system.log End of every repair: grep 'No neighbors to repair with' system.log If you perform individual repairs for each keyspace/column f

Re: Last manual repair time

2011-08-04 Thread Jonathan Ellis
Not yet. https://issues.apache.org/jira/browse/CASSANDRA-2405 On Thu, Aug 4, 2011 at 4:44 AM, Bart Swedrowski wrote: > Hello, > I was going through documentation, however couldn't find anything about > whether Cassandra stores somewhere information about when manual repair > occurred last time?  

Last manual repair time

2011-08-04 Thread Bart Swedrowski
Hello, I was going through documentation, however couldn't find anything about whether Cassandra stores somewhere information about when manual repair occurred last time? I could script it out but before I do this would like to make sure it's not being kept somewhere already. Obviously this info