Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Aug 24, 2023
1 parent 7cb1fe8 commit 8cb12ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/meta/src/hummock/manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,7 @@ where
self.report_compact_task_impl(&mut compact_task, &mut compaction_guard, None)
.await?;
tracing::debug!(
"TrivialMove for compaction group {}: pick up {} sstables in level {} to compact
to target_level {} cost time: {:?}",
"TrivialMove for compaction group {}: pick up {} sstables in level {} to compact to target_level {} cost time: {:?}",
compaction_group_id,
compact_task.input_ssts[0].table_infos.len(),
compact_task.input_ssts[0].level_idx,
Expand Down

0 comments on commit 8cb12ed

Please sign in to comment.