Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 3392 invoked from network); 9 Jan 2010 19:03:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jan 2010 19:03:17 -0000 Received: (qmail 11522 invoked by uid 500); 9 Jan 2010 19:03:17 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 11505 invoked by uid 500); 9 Jan 2010 19:03:17 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 11494 invoked by uid 99); 9 Jan 2010 19:03:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jan 2010 19:03:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jan 2010 19:03:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C3BB234C052 for ; Sat, 9 Jan 2010 11:02:54 -0800 (PST) Message-ID: <2061708612.140091263063774363.JavaMail.jira@brutus.apache.org> Date: Sat, 9 Jan 2010 19:02:54 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-646) Fix few minor problems in nodeprobe cfstats In-Reply-To: <1637719471.1261187538070.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798394#action_12798394 ] Jonathan Ellis commented on CASSANDRA-646: ------------------------------------------ Sure. > Fix few minor problems in nodeprobe cfstats > ------------------------------------------- > > Key: CASSANDRA-646 > URL: https://issues.apache.org/jira/browse/CASSANDRA-646 > Project: Cassandra > Issue Type: Bug > Reporter: Ramzi Rabah > Priority: Minor > Fix For: 0.5 > > > nodeprobe cfstats reports that readlatency/writelatency is NaN on the keyspace level although it obviously is not. > For example: > Keyspace: Keyspace1 > Read Count: 392 > Read Latency: NaN ms. > Write Count: 262 > Write Latency: NaN ms. > Pending Tasks: 0 > Column Family: MyCF > Memtable Columns Count: 143 > Memtable Data Size: 123433 > Memtable Switch Count: 2 > Read Count: 392 > Read Latency: 0.533 ms. > Write Count: 262 > Write Latency: 0.000 ms. > Pending Tasks: 0 > Column Family: Standard2 > Memtable Columns Count: 0 > Memtable Data Size: 0 > Memtable Switch Count: 0 > Read Count: 0 > Read Latency: NaN ms. > Write Count: 0 > Write Latency: NaN ms. > Pending Tasks: 0 > The problem here is that there is more than one cf, and one of them has read latency/writelatency NaN. This causes the keyspace readlatency/writelatency to be NaN instead of the average across all cfs. > Another problem with cfstats is that it does not account for the delays when a read/write times out, so it does not accurately reflect the health of the system under too much stress. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.