Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add bloom filter false ratio tests
Patch by Jaroslaw Grabowski, reviewed by brandonwilliams and paulo for CASSANDRA-15834 Verifies if BloomFilterFalseRatio takes into account true negatives. Without this fix, the following scenario (many reads for non-existing rows) would yield BloomFilterFalseRatio=1.0. With the fix we assume it should be less then the default bloom_filter_fp_chance.
- Loading branch information
1 parent
a3b24d7
commit 503bc9af4ce21956f0b50ab124d7ea39a31f78c9
Showing
1 changed file
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters