Actions
Bug #6763
closed
JI
JI
datasets: old dataset files not being purged
Bug #6763:
datasets: 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
JI Updated by Jason Ish about 2 years ago
- Priority changed from Normal to High
JI Updated by Jason Ish about 2 years ago
- Status changed from New to Assigned
- Assignee set to Jason Ish
- Target version set to 1.3.1
JI Updated by Jason Ish about 2 years ago
- Status changed from Assigned to In Progress
JI Updated by Jason Ish about 2 years ago
- Status changed from In Progress to In Review
JI Updated by Jason Ish about 2 years ago
- Status changed from In Review to Closed
Merged.
Actions