meilisearch/MeiliSearch

Make sure payloads are effectively deleted on error

Open

#6,048 创建于 2025年12月11日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Rust (733 fork)batch import
Internal workaffects costsbuggood first issue

仓库指标

Star
 (20,887 star)
PR 合并指标
 (平均合并 11天 20小时) (30 天内合并 41 个 PR)

描述

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

贡献者指南