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 9095bb1 commit 976e2c7Copy full SHA for 976e2c7
ydb/core/persqueue/read_balancer__balancing.cpp
@@ -534,6 +534,7 @@ std::unique_ptr<TEvPersQueue::TEvReleasePartition> TPartitionFamily::MakeEvRelea
534
r.SetPath(TopicPath());
535
r.SetGeneration(TabletGeneration());
536
r.SetClientId(Session->ClientId);
537
+ r.SetCount(1);
538
r.SetGroup(partitionId + 1);
539
ActorIdToProto(Session->Pipe, r.MutablePipeClient());
540
0 commit comments