flyteorg / flyte

Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.
https://flyte.org
Apache License 2.0
5.75k stars 655 forks source link

[BUG] A failed wf node leaves the other nodes (spark tasks) running until they finish #263

Closed EngHabu closed 4 years ago

EngHabu commented 4 years ago

Describe the bug If a node in a workflow fails, the entire workflow fails, if there are other nodes running spark, the underlying CRD will continue to run wasting resources.

Expected behavior If the workflow shows as failed, the underlying CRDs it created should be cleaned up.

Flyte component

Environment Flyte component

kumare3 commented 4 years ago

@EngHabu does the abort not propagate?