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

Sylvain Lebresne commented on CASSANDRA-3972:
---------------------------------------------

CASSANDRA-3716 made it so that purge don't use the current time internally and 
is only based on the column local deletion time and the value of gcBefore. So 
indeed, ColumnFamilyStore.removeDeleted(c, Integer.MAX_VALUE) will remove every 
expiring column since it basically means 'remove everything that will be 
expired at the end of time'. The current time should be used instead as 
gcBefore. Not sure what is the remaining problem though if it doesn't fix it 
fully.
                
> HintedHandoff fails to deliver any hints
> ----------------------------------------
>
>                 Key: CASSANDRA-3972
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3972
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1.0
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Blocker
>              Labels: hintedhandoff
>             Fix For: 1.1.0
>
>
> Summary says it all.  Whether in a memtable or sstable, no hints are 
> delivered.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to