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

Partial reload of pipeline #16183

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Partial reload of pipeline #16183

wants to merge 3 commits into from

Conversation

jsvd
Copy link
Member

@jsvd jsvd commented May 28, 2024

This is a PoC PR for allowing a pipeline to only reload the part of the PipelineIR after the QueueVertex if only the filters and/or outputs have changed.
This would allow inputs to keep receiving data (works great with the PQ) while changing only the data transformation and output part.

Several things missing here:

  • handling duplicate plugin ids being emitted by the plugin factory
  • handling different numbers of workers
  • lots of testing
  • better isolate code that does partial reload instead of sprinkling it all over the place
  • I'm sure a lot of other things, this is a hack.

@elasticmachine
Copy link
Collaborator

elasticmachine commented May 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants