Geo: Secondaries may be orphaning Upload files
Similar to #297472 (closed).
WithUploads
uses use_fast_destroy :file_uploads
, but Geo uses after_destroy
to create events which secondaries need in order to delete the files instead of orphaning them on disk.
I have not yet confirmed this with actual tests.
Edited by Michael Kozono