[ 
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)

Reply via email to