[ 
https://issues.apache.org/jira/browse/CASSANDRA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776795#action_12776795
 ] 

Jun Rao commented on CASSANDRA-538:
-----------------------------------

In CFS.doFileAntiCompaction, why do you need to wrap a FilterIterator with a 
notNullPredicate over the CompactionIterator? The CompactionIterator never 
returns null, right?

> when streaming sstables to other nodes, make sure they don't get compacted 
> before they are streamed
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-538
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-538
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 538.patch
>
>
> at one point (pre-ASF codebase?) this was handled with a bootstrap data dir, 
> but anticompaction no longer puts files there.
> at this point it's probably easier to just make sure streaming keeps a 
> reference to the sstable objects, which will keep them from being deleted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to