Index: hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileReaderV1.java =================================================================== --- hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileReaderV1.java (revision 1342856) +++ hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileReaderV1.java (working copy) @@ -686,7 +686,7 @@ @Override public DataInput getGeneralBloomFilterMetadata() throws IOException { // Always cache Bloom filter blocks. - ByteBuffer buf = getMetaBlock(HFileWriterV1.BLOOM_FILTER_META_KEY, true); + ByteBuffer buf = getMetaBlock(HFileWriterV1.BLOOM_FILTER_META_KEY, false); if (buf == null) return null; ByteArrayInputStream bais = new ByteArrayInputStream(buf.array(),