Yuki Morishita created CASSANDRA-5938:
-----------------------------------------
Summary: 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
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