Do not return the EnvClosingEvent

This commit is contained in:
Kerollmops
2025-10-08 15:37:36 +02:00
parent 3aca010b42
commit 9a36c090bf
3 changed files with 13 additions and 16 deletions

View File

@@ -578,7 +578,7 @@ impl IndexScheduler {
// 5. Prepare to close the index
progress.update_progress(IndexCompaction::CloseTheIndex);
let _closing_event = self.index_mapper.close_index(rtxn, index_uid)?;
self.index_mapper.close_index(rtxn, index_uid)?;
drop(index);
progress.update_progress(IndexCompaction::ReopenTheIndex);