Skip to content

Commit

Permalink
to squash: do not drop processing offset when collection skipped on r…
Browse files Browse the repository at this point in the history
…efill
  • Loading branch information
SmaGMan committed Feb 20, 2025
1 parent 25f7a5f commit 6f0895f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collator/src/collator/messages_reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,7 @@ impl MessagesReader {
&& self.externals_reader.last_range_offset_reached(par_id)
{
partitions_readers.insert(*par_id, par_reader);
can_drop_processing_offset_in_all_partitions = false;
continue;
}

Expand Down

0 comments on commit 6f0895f

Please sign in to comment.