Closed Bug 1798065 Opened 2 years ago Closed 2 years ago

GCP: Move bloomfilter whitelist files and rate_limit files from data/ to the DB

Categories

(bugzilla.mozilla.org :: General, enhancement)

enhancement

Tracking

()

RESOLVED FIXED

People

(Reporter: dkl, Assigned: dkl)

Details

Attachments

(1 file)

46 bytes, text/x-github-pull-request
Details | Review

Back when I was determining what needed to be moved off of the shared data filesystem before our migration to GCP, I neglected to notice the bloomfilter files we keep in data. Each webhead needs access to these files and they need to all be the same.

So, I propose we move the list into the DB and allow editing it via the EditTable extension. Then on when we access the bloomfilter list via memcache, the first time if it is not yet in memcache then we load it from the DB. Each time after will come only from memcache.

If the table is edited, the memcache data is cleared and it will be reloaded on the next use.

Summary: Move bloomfilter whitelist files and rate_limit files from data/ to the DB → GCP: Move bloomfilter whitelist files and rate_limit files from data/ to the DB
Attached file GitHub Pull Request
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: