We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb2d23 commit 41f47f8Copy full SHA for 41f47f8
ydb/core/persqueue/read_balancer__balancing.h
@@ -86,9 +86,9 @@ struct TPartitionFamily {
86
std::unordered_set<ui32> LockedPartitions;
87
88
// The number of active partitions in the family.
89
- size_t ActivePartitionCount;
+ size_t ActivePartitionCount = 0;
90
// The number of inactive partitions in the family.
91
- size_t InactivePartitionCount;
+ size_t InactivePartitionCount = 0;
92
93
// Reading sessions that have a list of partitions to read and these sessions can read this family
94
std::unordered_map<TActorId, TSession*> SpecialSessions;
0 commit comments