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

Initial support for robustly migrating streaming tasks #568

Merged
merged 35 commits into from
Oct 3, 2024

Conversation

JamesWrigley
Copy link
Collaborator

@JamesWrigley JamesWrigley commented Aug 18, 2024

This works by converting the output buffers into a safely-serializeable container and sending that to the new node.

(needs some tests though)

This works by converting the output buffers into a safely-serializeable
container and sending that to the new node.
@JamesWrigley JamesWrigley self-assigned this Aug 18, 2024
This makes them be displayed as if they were running under the original task.
This makes the tests a little easier to control.
@JamesWrigley JamesWrigley marked this pull request as draft August 27, 2024 15:18
JamesWrigley and others added 22 commits September 6, 2024 16:15
Instead of taking/putting values sequentially (which may block), runs
"pull" and "push" tasks for each input and output, respectively. Uses
buffers to communicate values between pullers/pushers and the streaming
task, instead of only using one buffer per task-to-task connection.
@jpsamaroo jpsamaroo marked this pull request as ready for review October 3, 2024 00:16
@jpsamaroo jpsamaroo merged commit 9f0ac3f into jps/stream2 Oct 3, 2024
3 of 4 checks passed
@jpsamaroo jpsamaroo deleted the streaming-migration branch October 3, 2024 00:16
@jpsamaroo
Copy link
Member

Thanks @JamesWrigley ! We're just about ready to merge the whole thing 🥳

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