aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ydb/services/persqueue_v1/actors/schema_actors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/services/persqueue_v1/actors/schema_actors.h b/ydb/services/persqueue_v1/actors/schema_actors.h
index ec1182bd5c..f203c70337 100644
--- a/ydb/services/persqueue_v1/actors/schema_actors.h
+++ b/ydb/services/persqueue_v1/actors/schema_actors.h
@@ -102,7 +102,7 @@ private:
std::map<ui64, TTabletInfo> Tablets;
ui32 RequestsInfly = 0;
- ui64 BalancerTabletId;
+ ui64 BalancerTabletId = 0;
protected:
TString Consumer;