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.
2 parents 9481b8f + b171923 commit cea6a08Copy full SHA for cea6a08
ydb/core/persqueue/read_balancer__balancing.cpp
@@ -552,6 +552,7 @@ std::unique_ptr<TEvPersQueue::TEvReleasePartition> TPartitionFamily::MakeEvRelea
552
auto& r = res->Record;
553
554
r.SetSession(Session->SessionName);
555
+ r.SetCount(1);
556
r.SetTopic(Topic());
557
r.SetPath(TopicPath());
558
r.SetGeneration(TabletGeneration());
ydb/core/protos/pqconfig.proto
@@ -653,7 +653,7 @@ message TReleasePartition {
653
optional uint64 Generation = 2;
654
optional string Session = 3;
655
optional string ClientId = 4;
656
- reserved 5; // optional uint32 Count = 5;
+ optional uint32 Count = 5;
657
optional NActorsProto.TActorId PipeClient = 6;
658
optional uint32 Group = 7;
659
optional string Path = 8;
0 commit comments