Skip to content

[arch-v2] Fix processor task handling filtered records #2267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 20, 2025

Conversation

lovromazgon
Copy link
Member

@lovromazgon lovromazgon commented Apr 30, 2025

Description

This fixes the processor task handling filtered records in the v2 architecture.

I added a TODO comment for the destination task that can experience a similar problem when handling batches that include filtered records. That part will be done in a separate PR to keep the changes small and easily reviewable.

This now also includes the work from 2 other PRs:

Fixes #2257

Quick checks

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

@lovromazgon lovromazgon requested a review from a team as a code owner April 30, 2025 15:21
@lovromazgon lovromazgon requested a review from raulb May 13, 2025 15:26
Copy link
Member

@raulb raulb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code reads better now, thank you @lovromazgon

* fix destination task handling of filtered records

* destination task tests

* refactor task ordering using TaskNode (#2287)
@lovromazgon lovromazgon enabled auto-merge (squash) May 20, 2025 10:40
@lovromazgon lovromazgon merged commit 0460da9 into main May 20, 2025
3 checks passed
@lovromazgon lovromazgon deleted the lovro/arch-v2-filter-fix branch May 20, 2025 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: processor chain crashes after filter
2 participants