Closed Bug 1393181 Opened 7 years ago Closed 7 years ago

Don't cache supersearch fields

Categories

(Socorro :: Webapp, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: peterbe, Assigned: peterbe)

Details

In the olden days we used to store all supersearch fields in ES. 
Now we're storing them in a .json file on disk. 

Because the ES lookup was higher latency than cache we used to cache the read supersearch fields for 24h [0].
That long time was OK because when the supersearch fields was entirely managed through the webapp admin pages, it would invalidate the cache each time there was a db write. 

Let's ditch the cache entirely. 

[0] https://github.com/mozilla-services/socorro/blob/master/webapp-django/crashstats/supersearch/models.py#L226
Commit pushed to master at https://github.com/mozilla-services/socorro

https://github.com/mozilla-services/socorro/commit/d6ecf522f4f93352b0302bc149bd599238b6451c
Bug 1393181 dont cache supersearch fields (#3937)

* fixes bug 1393181 - Don't cache supersearch fields

* doc cleanup
That commit should have closed this bug. Strange that it didn't.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.