Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Cannot generate bloom filter (probably due to duplicated entries in the include/exclude data set) #15132

Closed
1 task done
KevinMind opened this issue Oct 31, 2024 · 0 comments · Fixed by mozilla/addons-server#22812
Assignees
Labels
repository:addons-server Issue relating to addons-server
Milestone

Comments

@KevinMind
Copy link
Contributor

KevinMind commented Oct 31, 2024

What happened?

When creating the bloom base filter, we get this error

This is because the error rate is very disparate causing a lot of false positives and many layers to be created. This is likely due to duplicate entries in the include/exclude list that make the filter inherently non-deterministic.

What did you expect to happen?

It should create the filter, regardless of the number of items.

Is there an existing issue for this?

  • I have searched the existing issues

┆Issue is synchronized with this Jira Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repository:addons-server Issue relating to addons-server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants