From beeb31ce41e31074e1c85367684e0d78d8d008c1 Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 2 Dec 2024 15:32:16 +0100 Subject: [PATCH] Update crates/index-scheduler/src/lib.rs --- crates/index-scheduler/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/index-scheduler/src/lib.rs b/crates/index-scheduler/src/lib.rs index f2510f1f9..c719bb35e 100644 --- a/crates/index-scheduler/src/lib.rs +++ b/crates/index-scheduler/src/lib.rs @@ -1752,7 +1752,7 @@ impl IndexScheduler { self.processing_tasks.write().unwrap().stop_processing(); // Once the tasks are committed, we should delete all the update files associated ASAP to avoid leaking files in case of a restart - // tracing::debug!("Deleting the update files"); + tracing::debug!("Deleting the update files"); //We take one read transaction **per thread**. Then, every thread is going to pull out new IDs from the roaring bitmap with the help of an atomic shared index into the bitmap let idx = AtomicU32::new(0);