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

Manage node failure: Await all nodes to finish before marking dataflow as finished #183

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

haixuanTao
Copy link
Collaborator

Previouly, if one node failed we would immidiately mark the dataflow as
finished even though other nodes might still be running.

This meant that if one node failed, it would not be possible to stop the
dataflow through the cli as it is marked as finished.

This commit will just warn the user that one node failed but will keep
await that all nodes within the dataflow finishes.

@haixuanTao haixuanTao changed the base branch from main to refactor/template_python February 11, 2023 15:02
Previouly, if one node failed we would immidiately mark the dataflow as
finished even though other nodes might still be running.

This meant that if one node failed, it would not be possible to stop the
dataflow through the cli as it is marked as finished.

This commit will just warn the user that one node failed but will keep
await that all nodes within the dataflow finishes.
Base automatically changed from refactor/template_python to main February 21, 2023 16:09
@phil-opp phil-opp merged commit dd5177e into main Feb 21, 2023
@phil-opp phil-opp deleted the manage-node-failure branch February 21, 2023 16:10
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