You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/11/27 19:27:35 UTC

[jira] [Created] (CASSANDRA-6417) Make flush single-pass when partition tombstones are present

Jonathan Ellis created CASSANDRA-6417:
-----------------------------------------

             Summary: Make flush single-pass when partition tombstones are present
                 Key: CASSANDRA-6417
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6417
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 2.1
         Attachments: 6417.txt

CASSANDRA-2589 added some code to make sure we don't write cell tombstones that are shadowed by a partition tombstone, by iterating over the CF object and removing them, before iterating again to write the remaining cells to disk.

We can simplify this at the same time as we generalize this to all shadowed cells.



--
This message was sent by Atlassian JIRA
(v6.1#6144)