Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4A4FB200B16 for ; Mon, 6 Jun 2016 07:48:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 49069160A54; Mon, 6 Jun 2016 05:48:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 97D10160A53 for ; Mon, 6 Jun 2016 07:48:05 +0200 (CEST) Received: (qmail 95977 invoked by uid 500); 6 Jun 2016 05:47:59 -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 95755 invoked by uid 99); 6 Jun 2016 05:47:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2016 05:47:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 60FB72C1F62 for ; Mon, 6 Jun 2016 05:47:59 +0000 (UTC) Date: Mon, 6 Jun 2016 05:47:59 +0000 (UTC) From: "Jeff Jirsa (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11955) Impossibly large value displayed for data "load" and "Space used (*):" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Jun 2016 05:48:06 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-11955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15316220#comment-15316220 ] Jeff Jirsa commented on CASSANDRA-11955: ---------------------------------------- Sounds a lot like CASSANDRA-11215 (which should have been fixed in 3.0.5) - any errors during repairs or indications of leaked references? > Impossibly large value displayed for data "load" and "Space used (*):" > ---------------------------------------------------------------------- > > Key: CASSANDRA-11955 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11955 > Project: Cassandra > Issue Type: Bug > Components: Compaction > Reporter: Nate McCall > > The data load as reported by nodetool views looks like it is not getting updated correctly (from compaction?): > {noformat} > # nodetool status > Datacenter: dc1 > ============== > Status=Up/Down > |/ State=Normal/Leaving/Joining/Moving > -- Address Load Tokens Owns (effective) Host ID Rack > UJ [redacted] 1.1 GB 256 ? 0dfd164c-b874-4e90-be2c-3fea8e12d78e a > UN [redacted] 14.96 TB 256 49.0% 02821ddb-a463-4845-b2ca-bed1da141e81 a > UN [redacted] 31.94 TB 256 51.2% 30531bfe-fe0e-4360-a22b-36bf200a9679 e > UN [redacted] 1.81 TB 256 54.0% 17a93464-41c4-49f8-8042-b2741c5e3256 d > UN [redacted] 22.2 TB 256 46.0% f35b4aeb-33e5-4f53-bc9d-49de3a157e3e d > UN [redacted] 28.53 TB 256 51.0% 74e04517-de70-4754-82fc-2dc867a14ae7 a > UN [redacted] 39.25 TB 256 48.8% 3a271443-db02-4487-be52-d6c35b66da40 e > {noformat} > NOTE: unknown if the join is related as the "TB" vs. "GB" discrepancy was only noticed after the join started. > And same for {{nodetool tablestats}} details of the {{30531bfe...}} node: > {noformat} > # nodetool tablestats > Keyspace: myks > Read Count: 1306765640 > Read Latency: 0.22125289495291597 ms. > Write Count: 3375354023 > Write Latency: 0.017621884565795665 ms. > Pending Flushes: 0 > Table: mytable > SSTable count: 110 > Space used (live): 31374649977187 > Space used (total): 31374649977187 > Space used by snapshots (total): 0 > ... > {noformat} > Nothing fancy on this table (there is only one active table on this cluster): STCS with defaults, no MVs, no indexes just text and int columns with a single value partition key. > NOTE: once restarted, the values then display as correct, creeping up from there (thus my thinking that this is a compaction issue). -- This message was sent by Atlassian JIRA (v6.3.4#6332)