Re: BloomFilterFalsePositives equals 1.0

2011-06-22 Thread Chris Burroughs
To be precise, you made n requests for non-existent keys, got n negative responses, and BloomFilterFalsePositives also went up by n? On 06/21/2011 11:06 PM, Preston Chang wrote: > Hi,all: > I have a problem with bloom filter. When made a test which tried to get > some nonexistent keys, it see

BloomFilterFalsePositives equals 1.0

2011-06-21 Thread Preston Chang
Hi,all: I have a problem with bloom filter. When made a test which tried to get some nonexistent keys, it seemed that the bloom filter does not work. The 'BloomFilterFalseRatio' was 1.0 and the 'BloomFilterFalsePositives' was rising and the disk I/O utils reached 100% according to 'iostat'.