Actions
Bug #6763
closeddatasets: old dataset files not being purged
Description
Dataset files are renamed to the hash of their contents to prevent name collisions. However, as datasets get updated, their hash changes and the old files are not being purged.
To fix, either:
- garbage collect hashes that are no longer referenced
- use a hash of the rule source and filename instead, which prevent filename collisions, but independent of the dataset contents
Updated by Jason Ish about 1 year ago
- Status changed from New to Assigned
- Assignee set to Jason Ish
- Target version set to 1.3.1
Updated by Jason Ish about 1 year ago
- Status changed from Assigned to In Progress
Updated by Jason Ish about 1 year ago
- Status changed from In Progress to In Review
Actions