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 7EE4E200B5A for ; Thu, 21 Jul 2016 02:09:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D979160A89; Thu, 21 Jul 2016 00:09:23 +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 EA1FB160A86 for ; Thu, 21 Jul 2016 02:09:22 +0200 (CEST) Received: (qmail 75463 invoked by uid 500); 21 Jul 2016 00:09:21 -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 75159 invoked by uid 99); 21 Jul 2016 00:09:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2016 00:09:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CD7212C0D59 for ; Thu, 21 Jul 2016 00:09:20 +0000 (UTC) Date: Thu, 21 Jul 2016 00:09:20 +0000 (UTC) From: "Wei Deng (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-9235) Max sstable size in leveled manifest is an int, creating large sstables overflows this and breaks LCS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 21 Jul 2016 00:09:23 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-9235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Deng updated CASSANDRA-9235: -------------------------------- Labels: lcs (was: ) > Max sstable size in leveled manifest is an int, creating large sstables overflows this and breaks LCS > ----------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-9235 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9235 > Project: Cassandra > Issue Type: Bug > Components: Compaction > Environment: CentOS 6.2 x64, Cassandra 2.1.4 > Java(TM) SE Runtime Environment (build 1.7.0_71-b14) > Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode) > Reporter: Sergey Maznichenko > Assignee: Marcus Eriksson > Labels: lcs > Fix For: 2.0.15, 2.1.5, 2.2.0 beta 1 > > Attachments: 0001-9235.patch > > > nodetool compactionstats > pending tasks: -222222228 > I can see negative numbers in 'pending tasks' on all 8 nodes > it looks like -222222228 + real number of pending tasks > for example -222222128 for 100 real pending tasks -- This message was sent by Atlassian JIRA (v6.3.4#6332)