Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F69A99EE for ; Wed, 11 Jan 2012 10:37:04 +0000 (UTC) Received: (qmail 461 invoked by uid 500); 11 Jan 2012 10:36:54 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 351 invoked by uid 500); 11 Jan 2012 10:36:24 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 271 invoked by uid 99); 11 Jan 2012 10:36:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 10:36:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 10:36:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4214E144344 for ; Wed, 11 Jan 2012 10:35:39 +0000 (UTC) Date: Wed, 11 Jan 2012 10:35:39 +0000 (UTC) From: "Zenek Kraweznik (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <347147250.29366.1326278139271.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <674422159.4401.1325681618338.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3693) strange values of pending tasks with compactionstats (below 0) 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-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183983#comment-13183983 ] Zenek Kraweznik commented on CASSANDRA-3693: -------------------------------------------- ok, thanks. I'll chech it after ugprade to 1.0.7 And second question from my last comment: "I wonder why 0 bytes total is visible on this node during compaction (nodetool ring is reporting 37.18GB)." > strange values of pending tasks with compactionstats (below 0) > -------------------------------------------------------------- > > Key: CASSANDRA-3693 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3693 > Project: Cassandra > Issue Type: Bug > Components: Core, Tools > Affects Versions: 1.0.0 > Environment: linux, oracle java 1.6.26 > Reporter: Zenek Kraweznik > Assignee: Jonathan Ellis > Priority: Minor > Labels: compaction > Fix For: 1.0.7 > > Attachments: 3693.txt > > > during scrub: > Every 2.0s: for i in 1 2 3; do nodetool -h 192.168.2.$i compactionstats; done Wed Jan 4 13:48:13 2012 > pending tasks: 2147483646 > compaction type keyspace column family bytes compacted bytes total progress > Compaction Archive Messages 28034971475 72393139120 38.73% > pending tasks: -2147483647 > compaction type keyspace column family bytes compacted bytes total progress > Compaction Archive Messages 24575687282 72385305067 33.95% > pending tasks: 0 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira