Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niksaveliev committed May 13, 2024
1 parent 7f7e256 commit b883c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/persqueue/fetch_request_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ struct TEvPrivate {
if (record.HasErrorReason())
read->SetErrorReason(record.GetErrorReason());

++FetchRequestReadsDone;чч
++FetchRequestReadsDone;

auto it = TopicInfo.find(CanonizePath(topic));
Y_ABORT_UNLESS(it != TopicInfo.end());
Expand Down

0 comments on commit b883c19

Please sign in to comment.