-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat: add support for the client spooling protocol #793
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
base: main
Are you sure you want to change the base?
Conversation
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.
Very nice feature! :)
I only looked at the CRD code as part of the decision
pub enum SpoolingFileSystemConfig { | ||
S3(S3SpoolingConfig), | ||
} | ||
// TODO: this is exactly the same as fault_tolerant_execution::S3ExchangeConfig |
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.
Good idea! Let's do this as soon as the decision passed (to avoid unnecessary work) :)
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.
pub upload_part_size: Option<Quantity>, | ||
} | ||
|
||
pub struct ResolvedSpoolingProtocolConfig { |
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.
Ideally this isn't in the crd
module, as this is controller logic. But let's see how the FTE and client spooling code sharing goes
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.
Thanks! Mostly small stuff. My two old comments still apply 🙈
Co-authored-by: Sebastian Bernauer <[email protected]>
CHANGELOG.md
Outdated
|
||
### Removed | ||
|
||
- Cluster wide FTE specific `configOverrides` has been removed in favor of the "classic" role/group overrides ([#793]). |
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.
This wasn't released yet 😅 So we don't have a change between 25.7 and 25.11. Leaving it in might confuse users
But feel free to amend Support for fault-tolerant execution
with this PR, as this PR is now part of that implementatiion
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.
Description
Part of github.com//issues/763
Depends on decision: https://github.com/stackabletech/decisions/issues/60
Definition of Done Checklist
Author
Reviewer
Acceptance
type/deprecation
label & add to the deprecation scheduletype/experimental
label & add to the experimental features tracker