Skip to content

Commit

Permalink
fix suspended read session of a topic (#7635)
Browse files Browse the repository at this point in the history
  • Loading branch information
nshestakov authored Aug 12, 2024
1 parent 9d83402 commit 282df40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/persqueue/read_balancer__balancing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ std::unique_ptr<TEvPersQueue::TEvReleasePartition> TPartitionFamily::MakeEvRelea
r.SetPath(TopicPath());
r.SetGeneration(TabletGeneration());
r.SetClientId(Session->ClientId);
r.SetCount(1);
r.SetGroup(partitionId + 1);
ActorIdToProto(Session->Pipe, r.MutablePipeClient());

Expand Down

0 comments on commit 282df40

Please sign in to comment.