Skip to content

Commit 282df40

Browse files
authored
fix suspended read session of a topic (#7635)
1 parent 9d83402 commit 282df40

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
@@ -533,6 +533,7 @@ std::unique_ptr<TEvPersQueue::TEvReleasePartition> TPartitionFamily::MakeEvRelea
533533
r.SetPath(TopicPath());
534534
r.SetGeneration(TabletGeneration());
535535
r.SetClientId(Session->ClientId);
536+
r.SetCount(1);
536537
r.SetGroup(partitionId + 1);
537538
ActorIdToProto(Session->Pipe, r.MutablePipeClient());
538539

0 commit comments

Comments
 (0)