Skip to content

Commit 4780e3c

Browse files
committed
Fix
1 parent b054e01 commit 4780e3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/minimizer_bucketing/src/compactor.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ impl<E: MinimizerBucketingExecutorFactory + Sync + Send + 'static> AsyncExecutor
155155
.await,
156156
ADDR_WAITING_COUNTER
157157
) {
158+
if !global_params.common.is_active.load(Ordering::Relaxed) {
159+
continue;
160+
}
161+
158162
let mut chosen_buckets = vec![];
159163

160164
let bucket_index = init_data.bucket_index as usize;

0 commit comments

Comments
 (0)