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

Avoid force-shutdowns for pipelines that encounter errors during lifecycle state changes #869

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

lalithsuresh
Copy link
Collaborator

Several state transitions in the pipeline automata shutdown the pipeline the moment it encounters a failure. This behavior is undesirable in production settings where pipelines can fail for myriad reasons, and it's good to have them stick around to be diagnosed.

Pipelines can anyhow only be restarted via the /start action after an explicit shutdown by the user.

Is this a user-visible change (yes/no): yes

@lalithsuresh lalithsuresh changed the title Failure behavior Avoid force-shutdowns for pipelines that encounter errors during lifecycle state changes Oct 11, 2023
lalithsuresh and others added 2 commits October 11, 2023 11:26
Several state transitions in the pipeline automata shutdown the pipeline
the moment it encounters a failure. This behavior is undesirable in
production settings where pipelines can fail for myriad reasons, and
it's good to have them stick around to be diagnosed.

Pipelines can anyhow only be restarted via the /start action after an
explicit shutdown by the user.

Signed-off-by: Lalith Suresh <lalith@feldera.com>
Signed-off-by: Lalith Suresh <lalith@feldera.com>
@lalithsuresh lalithsuresh merged commit c739dba into main Oct 11, 2023
5 checks passed
@lalithsuresh lalithsuresh deleted the failure-behavior branch October 11, 2023 19:06
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.

None yet

2 participants