Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Melissa DeLongMelissa DeLongReporter
Brad WoodBrad WoodComponents
Fix versions
Priority
Major
Details
Details
Assignee
Melissa DeLong
Melissa DeLongReporter
Brad Wood
Brad WoodComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created April 17, 2018 at 2:07 PM
Updated January 11, 2025 at 11:12 PM
Resolved January 11, 2025 at 11:12 PM
The DiskStore as it stands now is not very useful. It requires an in-memory index of items in the store which means it can only be used for one server at a time and is useless across server restarts. This seems to totally defeat the purpose of an external store if it can't be shared across several servers and persist its data over a restart.
Rework the DiskStore to rely only on the file system for its indexing. This means it may not be possible to track the metadata as easily, or perhaps a second file will need to be written to contain metadata.