Skip to content

Commit

Permalink
issue-1285: fix missing StartedTs initialization for requestInfo in `…
Browse files Browse the repository at this point in the history
…Compaction` (#2242)

References #1285
  • Loading branch information
debnatkh committed Oct 16, 2024
1 parent 21672b0 commit be512a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ void TIndexTabletActor::HandleCompaction(
ev->Sender,
ev->Cookie,
msg->CallContext);
requestInfo->StartedTs = ctx.Now();

ExecuteTx<TCompaction>(
ctx,
Expand Down

0 comments on commit be512a1

Please sign in to comment.