meilisearch/MeiliSearch

Make sure payloads are effectively deleted on error

Open

#6 048 ouverte le 11 déc. 2025

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Rust (733 forks)batch import
Internal workaffects costsbuggood first issue

Métriques du dépôt

Stars
 (20 887 stars)
Métriques de merge PR
 (Merge moyen 4j 3h) (37 PRs mergées en 30 j)

Description

We found out that some payloads are not removed from the disk when an error occurs before we are able to put them in the FileStore. I would suggest we should create a temporary temporary file and extract it at the last moment.

Originally posted by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6000#discussion_r2602149151

Guide contributeur