Skip to content

Commit

Permalink
chore: remove some periodical logs
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Jan 9, 2024
1 parent 414c6ec commit d206cf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/frontend/src/scheduler/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ impl UnpinWorker {
}

let min_epoch = min_snapshot.0.committed_epoch;
tracing::info!(min_epoch, "unpin snapshot with RPC");

match self.meta_client.unpin_snapshot_before(min_epoch).await {
Ok(()) => {
Expand Down
2 changes: 1 addition & 1 deletion src/meta/src/hummock/manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2555,7 +2555,7 @@ impl HummockManager {
}
}

tracing::debug!(
tracing::trace!(
"group_to_table_vnode_partition {:?}",
group_to_table_vnode_partition
);
Expand Down

0 comments on commit d206cf7

Please sign in to comment.