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 2013/08/26 18:22:52 UTC

[jira] [Commented] (CASSANDRA-5938) Bloom filter will be loaded when SSTable is opened for batch

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

Jonathan Ellis commented on CASSANDRA-5938:
-------------------------------------------

+1

Nit: prefer to keep ALL_CAPS for primitives; camel case fine for static final instances
                
> Bloom filter will be loaded when SSTable is opened for batch
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-5938
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5938
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Yuki Morishita
>            Assignee: Yuki Morishita
>            Priority: Trivial
>             Fix For: 2.0
>
>         Attachments: 5983-2.0.0.txt
>
>
> We are setting bf and then load bf again.
> {code}
> sstable.bf = FilterFactory.ALWAYS_PRESENT;
> sstable.load(true, false); // should be false for 1st arg
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira