-
Notifications
You must be signed in to change notification settings - Fork 674
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] Retry fetching subworkflow output data on failure #4602
Conversation
Signed-off-by: Paul Dittamo <[email protected]>
Amazing PR, I am bothered by this problem ... |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Paul Dittamo <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4602 +/- ##
==========================================
+ Coverage 58.13% 58.21% +0.07%
==========================================
Files 626 626
Lines 53786 53796 +10
==========================================
+ Hits 31271 31316 +45
+ Misses 20007 19972 -35
Partials 2508 2508
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
…tion data fails Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
@hamersaw I removed the FlyteAdmin changes from this PR. Will open up a house keeping PR with those changes. |
Tracking issue
Closes: #4369
Why are the changes needed?
- When remote store reads fail in GetOutputs or GetInputs, errors are not bubbled up - returning the URL blob to the client instead. However, the URL blob is deprecated. Sending a clear error status improves clarity.Update: moving this to another PRWhat changes were proposed in this pull request?
- Bubble up errors when fetching Input and Output for workflow, node and task executions instead of returning empty values.Update: moving this to another PR- Remove UrlBlob utilization when fetching Input and Output for workflow, node and task executionUpdate: moving this to another PRHow was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link