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

Vijay commented on CASSANDRA-4320:
----------------------------------

Sorry i should have been clear, because of 

CFS.removeDeletedSuper
{code}
if (subColumn.getLocalDeletionTime() < gcBefore
                    || cf.deletionInfo().isDeleted(c.name(), 
subColumn.timestamp())
                    || c.deletionInfo().isDeleted(subColumn))
                {
                    subIter.remove();
                }
{code}

Hence we will remove everything and never replay any column if we set the 
max_value. Makes sense?
                
> Assertion error while delivering the hints.
> -------------------------------------------
>
>                 Key: CASSANDRA-4320
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4320
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1.0, 1.2
>            Reporter: Vijay
>            Assignee: Vijay
>            Priority: Minor
>             Fix For: 1.1.2, 1.2
>
>         Attachments: 0001-CASSANDRA-4320-v2.patch, 0001-CASSANDRA-4320.patch
>
>
> java.lang.AssertionError
>         at 
> org.apache.cassandra.db.HintedHandOffManager.deliverHintsToEndpointInternal(HintedHandOffManager.java:351)
>         at 
> org.apache.cassandra.db.HintedHandOffManager.deliverHintsToEndpoint(HintedHandOffManager.java:269)
>         at 
> org.apache.cassandra.db.HintedHandOffManager.access$400(HintedHandOffManager.java:88)
>         at 
> org.apache.cassandra.db.HintedHandOffManager$4.runMayThrow(HintedHandOffManager.java:442)
>         at 
> org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
>         at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>         at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>         at java.lang.Thread.run(Thread.java:636)
> Did some digging and looks like we just need to skip the deleted columns.

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