From 7c691fc87f8d7f0fdf44b54c17fb730817b7dd34 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 16 Aug 2024 14:40:33 +0000 Subject: [PATCH] remove "next" info_span!, it showed up in flamegraphs (not too meaningful though) --- pageserver/src/tenant/timeline/compaction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageserver/src/tenant/timeline/compaction.rs b/pageserver/src/tenant/timeline/compaction.rs index 2cbc7c759a..02518c3d13 100644 --- a/pageserver/src/tenant/timeline/compaction.rs +++ b/pageserver/src/tenant/timeline/compaction.rs @@ -968,7 +968,7 @@ impl Timeline { } // in case of mismatch, trust the legacy all_keys_iter_item all_keys_iter_item - }.instrument(info_span!("next")).await + }.await } } }