Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Yu <[email protected]>
  • Loading branch information
pingyu committed Oct 26, 2023
1 parent bec213a commit e35f479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/transaction/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,8 @@ impl<Cod: Codec, PdC: PdClient<Codec = Cod>> Transaction<Cod, PdC> {
let range = range.into();
Span::current().record("range", &tracing::field::debug(&range));

tracing::info!("scan_inner xxx");

self.buffer
.scan_and_fetch(
range,
Expand Down

0 comments on commit e35f479

Please sign in to comment.