Re: Cassandra Health Monitoring

2010-07-16 Thread Schubert Zhang
We integrate ganglia On Mon, Jun 28, 2010 at 1:53 AM, Jonathan Ellis wrote: > short version: > > if o.a.c.concurrent.{ROW-READ-STAGE,ROW-MUTATION-STAGE} and > o.a.c.db.CompactionManager have > > - completed task count increasing > - pending tasks stable (for RRS and RMS, stable in low hundreds

Re: Cassandra Health Monitoring

2010-06-27 Thread Jonathan Ellis
short version: if o.a.c.concurrent.{ROW-READ-STAGE,ROW-MUTATION-STAGE} and o.a.c.db.CompactionManager have - completed task count increasing - pending tasks stable (for RRS and RMS, stable in low hundreds or less, for CM stable in single digits or less) - the log isn't spitting out Error lines

Cassandra Health Monitoring

2010-06-22 Thread Andrew Psaltis
All, We have been working through some operations scenarios, so that we are ready to deploy our first Cassandra cluster into production  in the coming months. During this process our operations folks have asked us to provide a Health Check service. I am using the word service here very liberally