Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erreurs d'upload/finalisation d'un fichier multipart #41

Open
fcoh-aot opened this issue Oct 9, 2024 · 0 comments
Open

Erreurs d'upload/finalisation d'un fichier multipart #41

fcoh-aot opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels
Incident Technical incident
Milestone

Comments

@fcoh-aot
Copy link
Collaborator

fcoh-aot commented Oct 9, 2024

Pour le pli 867324bb-8b5c-41e4-aab5-accf8c266daf du 05/10/24 :
Image

on voit que le chunk 1 est envoyé une 1ère fois
puis il est envoyé une seconde fois
mais la finalisation du fichier tombe en erreur (on ne sait pas si elle s'est faite avec la 1ère version du chunk ou la 2nde)

L'application considère que le chunk est bien dispo sur S3 et poursuit donc l'upload jusqu'à la fin. Mais au final le pli est en vrac car le fichier en question n'a pas été finalisé/reconstitué

Il faudrait ajouter un check sur la finalisation du fichier à faire avant de décider si l'upload est vraiment terminé.

@fcoh-aot fcoh-aot added the Incident Technical incident label Oct 9, 2024
@fcoh-aot fcoh-aot added this to the 3.14.0 milestone Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Incident Technical incident
Projects
None yet
Development

No branches or pull requests

2 participants