Skip to content

Commit

Permalink
Fix review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberROFL committed Apr 25, 2024
1 parent 084d477 commit 2705037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydb/core/change_exchange/change_sender_common_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ void TBaseChangeSender::SendRecords() {
break;
}

processedAtLeastOne = true;

if (PendingBody && PendingBody.begin()->Order <= it->first) {
break;
}

processedAtLeastOne = true;

if (!it->second->IsBroadcast()) {
const ui64 partitionId = Resolver->GetPartitionId(it->second);
if (!Senders.contains(partitionId)) {
Expand Down

0 comments on commit 2705037

Please sign in to comment.