Skip to content

Commit 976e2c7

Browse files
authored
fix suspended read session of a topic (#7647)
1 parent 9095bb1 commit 976e2c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/persqueue/read_balancer__balancing.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ std::unique_ptr<TEvPersQueue::TEvReleasePartition> TPartitionFamily::MakeEvRelea
534534
r.SetPath(TopicPath());
535535
r.SetGeneration(TabletGeneration());
536536
r.SetClientId(Session->ClientId);
537+
r.SetCount(1);
537538
r.SetGroup(partitionId + 1);
538539
ActorIdToProto(Session->Pipe, r.MutablePipeClient());
539540

0 commit comments

Comments
 (0)