From b883c19be6b829276524713742c66287f168bb6d Mon Sep 17 00:00:00 2001 From: Nikita Saveliev Date: Mon, 13 May 2024 08:00:04 +0000 Subject: [PATCH] Fix --- ydb/core/persqueue/fetch_request_actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/persqueue/fetch_request_actor.cpp b/ydb/core/persqueue/fetch_request_actor.cpp index e3df210ae96d..0b0f6452c3da 100644 --- a/ydb/core/persqueue/fetch_request_actor.cpp +++ b/ydb/core/persqueue/fetch_request_actor.cpp @@ -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());