armon / bloomd

C network daemon for bloom filters
http://armon.github.io/bloomd
Other
1.24k stars 112 forks source link

clear command report filter is not proxied #56

Closed XingFang closed 1 year ago

XingFang commented 4 years ago

macOS Mojave 10.14.6 bloomd v0.7.5

image

XingFang commented 4 years ago

memory consumer grow up with the time, but data of several days or month be necessary, Looking forward to a partitioning mechanism that can solve it

armon commented 1 year ago

@XingFang When you close the filter, it unmaps it from memory. However if you perform an operation on that in the mean time (check, set, etc) then the filter will be mapped back into memory. My guess is there is another client performing an operation between the close and clear operations, so that it is being mapped back.