loggerhead accesses the same LRUCache from multiple threads
Bug #396320 reported by
Michael Hudson-Doyle
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Triaged
|
High
|
Unassigned |
Bug Description
As LRUCache is not thread-safe, this can lead to errors when two threads try to evict something from the cache concurrently.
Some more intelligence is required.
To post a comment you must log in.
I can't reproduce this with stock loggerhead. It may be a problem specific to the launchpad glue.