Files
qdrant/src
qdrant-cloud-bot c122b9067b Clean up temporary directories before loading collections (#8689)
Previously `clear_all_tmp_directories()` was called in `main.rs` after
`TableOfContent::new()` had already loaded all collections and applied
WAL. Stale temp files from a previous crash (e.g. interrupted snapshot
transfers) could interfere with the recovery process.

Move the cleanup into `TableOfContent::new()` so it runs before the
collection loading loop. Extract a standalone `clear_tmp_directories()`
function that only needs `StorageConfig`, and delegate the existing
method to it.

Made-with: Cursor

Co-authored-by: Cursor Agent <agent@cursor.com>
2026-04-16 11:04:25 +02:00
..
2026-04-14 12:37:31 +02:00
2026-04-10 14:45:18 +02:00
2026-04-14 12:37:31 +02:00
2025-11-13 16:21:50 +01:00
2025-02-25 11:21:25 +01:00
2026-04-10 14:45:18 +02:00
2025-09-29 12:47:10 +00:00
2026-03-20 12:07:37 +01:00