diff --git a/pageserver/src/tenant/timeline/compaction.rs b/pageserver/src/tenant/timeline/compaction.rs index d75591bd74..bfb610e0d9 100644 --- a/pageserver/src/tenant/timeline/compaction.rs +++ b/pageserver/src/tenant/timeline/compaction.rs @@ -779,6 +779,7 @@ impl Timeline { // Suppress errors when cancelled. Err(_) if self.cancel.is_cancelled() => {} Err(CompactionError::ShuttingDown) => {} + Err(CompactionError::CollectKeySpaceError(CollectKeySpaceError::Cancelled)) => {} // Alert on critical errors that indicate data corruption. Err(