-
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
[House Keeping] deprecate MaxDatasetSizeBytes propeller config in favor of GetLimitMegabytes storage config #4852
Conversation
…gabytes storage config Signed-off-by: Paul Dittamo <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4852 +/- ##
=======================================
Coverage 58.97% 58.97%
=======================================
Files 645 645
Lines 55578 55590 +12
=======================================
+ Hits 32778 32786 +8
- Misses 20207 20209 +2
- Partials 2593 2595 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs changes look good to me, thanks!
Signed-off-by: Paul Dittamo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense to go a level deeper here and strip out the MaxDatasetSizeBytes in NodeExecutionContext? This is just used to restrict file sizes and now that we are setting it to the thing as blobstore limits we are doing this check twice: (1) blobstore read and (2) maxPayloadSize
in RemoteFileOutputReader
. OK either way, but should at least mention that there is some dead code here.
@hamersaw yup that makes sense. I'll make a follow up PR to handle that. |
…or of GetLimitMegabytes storage config (flyteorg#4852) * deprecate MaxDatasetSizeBytes propeller config in favor of GetLimitMegabytes storage config Signed-off-by: Paul Dittamo <[email protected]> * update config docs Signed-off-by: Paul Dittamo <[email protected]> * update deprecation message Signed-off-by: Paul Dittamo <[email protected]> * oof Signed-off-by: Paul Dittamo <[email protected]> --------- Signed-off-by: Paul Dittamo <[email protected]>
Tracking issue
#4487
Why are the changes needed?
What changes were proposed in this pull request?
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link