[ 
https://issues.apache.org/jira/browse/CASSANDRA-5938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yuki Morishita updated CASSANDRA-5938:
--------------------------------------

    Attachment: 5983-2.0.0.txt

Also, I think we don't need to create instance for every AlwaysPresentFilter.
                
> 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

Reply via email to