Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.7.5
-
None
Description
Steps to reproduce:
- Configure CachingDataStore to use S3Backend
- Upload few large files to repository. Note ongoing uploads in AysncUploadCache.
- Kill the server
- Start the server.
- The ongoing uploads failed to gets uploaded to S3.
- The expectation is that all ongoing uploads should be synchronously uploaded to S3 on restart.