When you view OpsCenter metrics, you're generating a small number of reads
to fetch the metric data, which is why your read count is near zero instead
of actually being zero.  Since reads are still occurring, Cassandra will
continue to show a read latency.  Basically, you're just viewing the
latency on the reads to fetch metric data.

Normally the number of reads required to view metrics are small enough that
they only make a minor difference in your overall read latency average, but
when you have no other reads occurring, they're the only reads that are
included in the average.


On Tue, Jan 15, 2013 at 9:28 PM, Brian Tarbox <tar...@cabotresearch.com>wrote:

> I am making heavy use of DataStax OpsCenter to help tune my system and its
> great.
>
> And yet puzzling.  I see my clients do a burst of Reads causing the
> OpsCenter Read Requests chart to go up and stay up until the clients finish
> doing their reads.  The read request latency chart also goes up....but it
> stays up even after all the reads are done.  At last glance I've had next
> to zero reads for 10 minutes but still have a read request latency thats
> basically unchanged from when there were actual reads.
>
> How am I to interpret this?
>
> Thanks.
>
> Brian Tarbox
>



-- 
Tyler Hobbs
DataStax <http://datastax.com/>

Reply via email to