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 d428e61 commit 5aa44ebCopy full SHA for 5aa44eb
ydb/core/persqueue/pqtablet/partition/partition_read.cpp
@@ -504,6 +504,10 @@ TMaybe<TReadAnswer> TReadInfo::AddBlobsFromBody(const TVector<NPQ::TRequestedBlo
504
if (res.IsLastPart()) {
505
PartNo = 0;
506
++Offset;
507
+ if (LastOffset && Offset >= LastOffset) {
508
+ needStop = true;
509
+ break;
510
+ }
511
} else {
512
++PartNo;
513
}
@@ -640,6 +644,9 @@ TReadAnswer TReadInfo::FormAnswer(
640
644
if (updateUsage(writeBlob)) {
641
645
break;
642
646
647
648
649
643
650
651
652
0 commit comments