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

Jonathan Ellis commented on CASSANDRA-34:
-----------------------------------------

any idea what the purpose of this code in runHints is?  why flush if nothing 
changed?

                if(hintedColumnFamily == null)
                {
                    columnFamilyStore_.forceFlush();
                        return;
                }


> Hinted handoff rows never get deleted
> -------------------------------------
>
>                 Key: CASSANDRA-34
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-34
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>             Fix For: 0.3
>
>         Attachments: issue34.patch_v1, issue34.patch_v2
>
>
> from the list: "after the hints are delivered, the hinted keys are deleted 
> from the hinted CF only, but not from the application CF."
> Prashant verified that this is a bug that can't be fixed until deletes are 
> fully working.
> Note: when we fix this, see if we can do so w/o compromising the immediate-GC 
> of the hinted CF keys.

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