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 776D611BA1 for ; Wed, 23 Apr 2014 16:25:25 +0000 (UTC) Received: (qmail 28146 invoked by uid 500); 23 Apr 2014 16:25:24 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 28037 invoked by uid 500); 23 Apr 2014 16:25:22 -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 27855 invoked by uid 99); 23 Apr 2014 16:25:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 16:25:19 +0000 Date: Wed, 23 Apr 2014 16:25:19 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6666) Avoid accumulating tombstones after partial hint replay MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-6666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978389#comment-13978389 ] Jonathan Ellis commented on CASSANDRA-6666: ------------------------------------------- The sstable is a single partition with cells like this: {noformat} {"key": "3933deebcbec4fc5b4be8d7cb5b62e5c", "columns": [["2c0bd697-b391-11e3-96a7-ad88e7f21869:7",1395692184,1395692184185,"d"], ["2c0bd698-b391-11e3-96a7-ad88e7f21869:7",1395692184,1395692184185,"d"], ["2c0bd699-b391-11e3-96a7-ad88e7f21869:7",1395692184,1395692184185,"d"], ["2c0bd69a-b391-11e3-96a7-ad88e7f21869:7",1395692184,1395692184185,"d"], ["2c0bd69b-b391-11e3-96a7-ad88e7f21869:7",1395692184,1395692184185,"d"], {noformat} I.e., a lot of tombstones deleted Mar 24 15:16:24 2014. So I would have expected the compaction that ran at 16:40 to have collected them. > Avoid accumulating tombstones after partial hint replay > ------------------------------------------------------- > > Key: CASSANDRA-6666 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6666 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Priority: Minor > Labels: hintedhandoff > Fix For: 1.2.16, 2.0.6 > > Attachments: 6666.txt, cassandra_system.log.debug.gz > > -- This message was sent by Atlassian JIRA (v6.2#6252)