Skip to content

Commit bc69086

Browse files
fix
1 parent 4c6f641 commit bc69086

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ydb/core/tx/tx_proxy/upload_rows_common_impl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ class TUploadCounters: public NColumnShard::TCommonCountersOwner {
8282
}
8383

8484
void OnCommitFinished() {
85-
ReplyFinished = TMonotonic::Now();
86-
AFL_VERIFY(CommitFinished);
87-
Owner.CommitDuration->Collect((*ReplyFinished - Start).MilliSeconds());
85+
CommitFinished = TMonotonic::Now();
86+
AFL_VERIFY(CommitStarted);
87+
Owner.CommitDuration->Collect((*CommitFinished - *CommitStarted).MilliSeconds());
8888
}
8989

9090
void OnReply(const ::Ydb::StatusIds::StatusCode code) {

0 commit comments

Comments
 (0)