You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/02/04 07:44:28 UTC

[jira] Commented: (CASSANDRA-761) Binary Memtable does not invalidate cache

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

Jonathan Ellis commented on CASSANDRA-761:
------------------------------------------

... cache invalidation at BMT insertion time as shown in this patch actually won't work; a read could still pull the old version into the cache again, since BMT contents are not "live" to readers.

you'll need to add "nodetool invalidate" instead.

> Binary Memtable does not invalidate cache
> -----------------------------------------
>
>                 Key: CASSANDRA-761
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-761
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.6
>            Reporter: Chris Goffinet
>             Fix For: 0.6
>
>         Attachments: 761.txt
>
>
> If you have RowCache turned on for your CF, and you do a BMT import, rows are not invalidated in cache until you restart the node.

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