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.
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
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?
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