Closed drewmccormack closed 10 years ago
We have a "large file" database, and we also store thumbnails in our main database, so very interested in this fix!
Working on it right now.
On 19 May 2014, at 14:58, Michael Waterfall notifications@github.com wrote:
We have a "large file" database, and we also store thumbnails in our main database, so very interested in this fix!
— Reply to this email directly or view it on GitHub.
Awesome! :-)
Should be fixed in 590c753513f1bd8c424b0bdaab8c6862f43301b7
Data files containing large blobs can be delete prematurely under these circumstances:
Device A creates event with data files Data files arrive on B, but not the event Data files are not attached to any event, so get deleted Event arrives, but data files are already gone
Fix is to make sure a data file is only ever deleted if it has been associated with an event.