Skip to content
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

parallel_pipeline: fix system frames again #820

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

aconchillo
Copy link
Contributor

Please describe the changes in your PR. If it is addressing an issue, please reference that as well.

The other fix was not correct after all. We now do the following:

  • Once ParallelPipeline receives a system frame it will create one task per internal pipeline. The internal pipeline will process the system frame in a single task (which is the newly created one).
  • Once all the internal pipelines have processed the system frame we now push it downstream from the original task.

@aconchillo aconchillo merged commit 4f9a4eb into main Dec 11, 2024
3 checks passed
@aconchillo aconchillo deleted the aleix/more-parallelpipeline-fixes branch December 11, 2024 02:43
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.

2 participants