aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgalaxycrab <UgnineSirdis@ydb.tech>2023-01-09 15:04:51 +0300
committergalaxycrab <UgnineSirdis@ydb.tech>2023-01-09 15:04:51 +0300
commit1e3963d9b9d567e40e89cd5ae48f4d4f1b8f2702 (patch)
treed0b849b462134753a77cf87ddc99ba8ef89b34bd
parent97a49abbd45f380237a57b95730cbe2d81c91e3f (diff)
downloadydb-1e3963d9b9d567e40e89cd5ae48f4d4f1b8f2702.tar.gz
Fix infly counter for control plane request actor
-rw-r--r--ydb/core/yq/libs/control_plane_storage/request_actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/yq/libs/control_plane_storage/request_actor.h b/ydb/core/yq/libs/control_plane_storage/request_actor.h
index ade8f838c2..2ea87440f5 100644
--- a/ydb/core/yq/libs/control_plane_storage/request_actor.h
+++ b/ydb/core/yq/libs/control_plane_storage/request_actor.h
@@ -79,7 +79,7 @@ protected:
event->DebugInfo = std::move(DebugInfo);
RequestCounters.Common->ResponseBytes->Add(event->GetByteSize());
- RequestCounters.IncInFly();
+ RequestCounters.DecInFly();
if (success) {
RequestCounters.IncOk();
} else {