Skip to content

Commit

Permalink
no trace ResolveLock::execute
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Yu <yuping@pingcap.com>
  • Loading branch information
pingyu committed Nov 22, 2023
1 parent 2fb5c22 commit 87f5c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/request/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ where
type Result = P::Result;

async fn execute(&self) -> Result<Self::Result> {
let span = info_span!("ResolveLock::execute");
let _enter = span.enter();
// let span = info_span!("ResolveLock::execute");
// let _enter = span.enter();

let mut result = self.inner.execute().await?;
let mut clone = self.clone();
Expand Down

0 comments on commit 87f5c5c

Please sign in to comment.