diff options
author | alexnick <alexnick@ydb.tech> | 2023-01-24 09:59:28 +0300 |
---|---|---|
committer | alexnick <alexnick@ydb.tech> | 2023-01-24 09:59:28 +0300 |
commit | cfbe3c9f2f24f0667f59c535b62c962810112217 (patch) | |
tree | c1cec8e134380ebd03e9a3c89175662f38788dd3 | |
parent | 91a267b2b17a2928eaf1509d3fbdfee5c5e6a6fc (diff) | |
download | ydb-cfbe3c9f2f24f0667f59c535b62c962810112217.tar.gz |
fix for test
-rw-r--r-- | ydb/services/persqueue_v1/actors/schema_actors.h | 2 |
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; |