[
https://issues.apache.org/jira/browse/CASSANDRA-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932229#action_12932229
]
Stu Hood commented on CASSANDRA-1749:
-------------------------------------
> doesn't passing sstable make the descriptor param redundant?
There is another constructor that passes only the descriptor.
> Streaming should hold a reference to the source SSTR to prevent GC races
> ------------------------------------------------------------------------
>
> Key: CASSANDRA-1749
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1749
> Project: Cassandra
> Issue Type: Bug
> Reporter: Stu Hood
> Assignee: Stu Hood
> Priority: Critical
> Fix For: 0.7.0
>
> Attachments:
> 0001-Add-SSTable-reference-to-PendingFile-to-prevent-GC-of-.txt
>
>
> An SSTable waiting to be streamed will be GC'd and deleted from disk if there
> are no references being held to its SSTableReader. While streaming an
> SSTable, we should hold an SSTR reference.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.