Project

General

Profile

Actions

Bug #8476

closed

bloom_filter operators do not handle insert_count_

Added by Sahid Orentino Ferdjaoui almost 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
common
Target version:
-
% Done:

100%

Source:
Development
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

According to the source code it seems that 'insert_count_' is not taken into account when manipulating objects using operators like (intersect, union, diff...)

bf1 &= bf2
bf1 |= bf2
bf1 ^= bf2

https://github.com/ceph/ceph/blob/master/src/common/bloom_filter.hpp#L359

Actions

Also available in: Atom PDF