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 371cf1a commit 1fed88fCopy full SHA for 1fed88f
1 file changed
ydb/core/persqueue/partition_scale_manager.cpp
@@ -65,6 +65,7 @@ std::pair<std::vector<TPartitionSplit>, std::vector<TPartitionMerge>> TPartition
65
auto mid = GetRangeMid(partition.KeyRange.FromBound ? *partition.KeyRange.FromBound : "", partition.KeyRange.ToBound ?*partition.KeyRange.ToBound : "");
66
if (mid.empty()) {
67
itSplit = PartitionsToSplit.erase(itSplit);
68
+ continue;
69
}
70
71
TPartitionSplit split;
0 commit comments