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

[BUG] Subtasks status is not updated on abort #2574

Closed
2 tasks done
hamersaw opened this issue Jun 2, 2022 · 0 comments · Fixed by flyteorg/flytepropeller#468
Closed
2 tasks done

[BUG] Subtasks status is not updated on abort #2574

hamersaw opened this issue Jun 2, 2022 · 0 comments · Fixed by flyteorg/flytepropeller#468
Assignees
Labels
bug Something isn't working
Milestone

Comments

@hamersaw
Copy link
Contributor

hamersaw commented Jun 2, 2022

Describe the bug

When a parent task is aborted (due to subtask failure) sometimes other subtasks can fail to transition to an "Aborted" phase (even though they are). This means that the UI presents these tasks as "Running" indefinitely.

Expected behavior

When a parent task fails and aborts all currently executing subtasks, we need to update the subtask status correctly.

Additional context to reproduce

Define a workflow with subtasks and task failure scenarios until this happens.

Screenshots

screen_shot_2022-03-17_at_10 02 14_am

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@hamersaw hamersaw added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Jun 2, 2022
@hamersaw hamersaw changed the title [BUG] Map tasks do not report aborted subtask status [BUG] Subtasks status is not updated on abort Jun 2, 2022
@hamersaw hamersaw self-assigned this Jun 2, 2022
@hamersaw hamersaw removed the untriaged This issues has not yet been looked at by the Maintainers label Jun 2, 2022
@hamersaw hamersaw added this to the 1.1.0 - Hawk milestone Jun 2, 2022
@wild-endeavor wild-endeavor modified the milestones: 1.1.0 - Hawk, 1.2.0 Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants