google-research / CVD-paper-mobile-camera-example

Apache License 2.0
6 stars 4 forks source link

Status update and Files deletion not working after successful upload #24

Closed khyativyasargus closed 7 months ago

khyativyasargus commented 8 months ago

After Successful upload of PPG video and image data to minIO blob storage, Zip files should be deleted from local storage to free space & Status should be updated to success in ResourceInfo, CameraInfo & UploadRequest Entities in room storage , but instead it remains Pending! Due to this it retries uploading again while syncing next time and gives FileNotFound Exception.

@MJ1998

MJ1998 commented 8 months ago

It gives FileNotFound because the zipped files get deleted after successful upload. Regarding the Status being updated I see an OOM Exception in case of large files. This results in worker failure. Looking into this.

MJ1998 commented 7 months ago

The upload is not crashing but the db records are still not udpating.