SQL cache directory isn't deleted on shutdown
Bug #358336 reported by
Matt Nordhoff
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Triaged
|
Low
|
Unassigned | ||
loggerhead-breezy |
Triaged
|
Low
|
Unassigned |
Bug Description
When Loggerhead shuts down, it deletes the SQL cache, but it doesn't delete the temporary directory it was stored in. After a few months, this can leave dozens of empty "loggerhead-cache" directories lying around in /tmp.
Changed in loggerhead: | |
status: | New → Confirmed |
Changed in loggerhead: | |
status: | Confirmed → Triaged |
Changed in loggerhead: | |
importance: | Undecided → Low |
Changed in loggerhead-breezy: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
I'm honestly not sure *how* the file gets deleted on shutdown. Anyway, a
simple fix for this bug would be getting rid of the "loggerhead-cache"
directories completely and just creating the files directly in /tmp.