You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you cancel a running worker pipeline, the framework stops in the same way as if an error happened (in simple failure handling mode) . If you then restart the framework processing, instead of re-running the worker pipeline, it fails to reset the state and the parent framework pipeline fails without triggering any child pipelines.
Affected services
Which resource within the processing framework does this affect?
All of them
To Reproduce
Steps to reproduce the behavior:
Trigger a new run in Data Factory
Cancel one of the worker pipelines
Wait for the current framework execution to complete
Check the current executions table - the cancelled pipeline should have a status of Cancelled/Unknown
Re-run the framework parent pipeline. The framework fails to restart the processing cleanly like it does for a failed execution.
Expected behaviour
A cancelled pipeline should be restart-able like a failed pipeline.
Additional context
I have a branch on my fork with a fix, will submit a PR with the details
The text was updated successfully, but these errors were encountered:
Describe the bug
If you cancel a running worker pipeline, the framework stops in the same way as if an error happened (in simple failure handling mode) . If you then restart the framework processing, instead of re-running the worker pipeline, it fails to reset the state and the parent framework pipeline fails without triggering any child pipelines.
Affected services
Which resource within the processing framework does this affect?
To Reproduce
Steps to reproduce the behavior:
Cancelled/Unknown
Expected behaviour
A cancelled pipeline should be restart-able like a failed pipeline.
Additional context
I have a branch on my fork with a fix, will submit a PR with the details
The text was updated successfully, but these errors were encountered: