You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: per-context bloom filter metadata to avoid race conditions
- Store expected_elements and num_hashes in per-context maps instead of globals
- Update set_local_bloom_bits to write to per-context maps
- Update getters to take context_id parameter
- clear_bloom_filter now also erases local_bloom_bits and metadata maps
- Update BloomFilterBits handler to use per-context getters
0 commit comments