Skip to content
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

feat: Add online/offline replica support #4812

Merged
merged 5 commits into from
Dec 11, 2024

Conversation

dandawg
Copy link
Contributor

@dandawg dandawg commented Dec 4, 2024

What this PR does / why we need it:

Adds offline/online replica scaling support to the FeastServices specs, as well as controller functionality for the feast operator to control replicas. A simple unit test was also added.

Which issue(s) this PR fixes:

Misc

@dandawg dandawg requested a review from a team as a code owner December 4, 2024 23:13
@dandawg
Copy link
Contributor Author

dandawg commented Dec 4, 2024

I noticed that one of the operator unit tests was failing from tls_test.go, specifically for TLS on the offline store server. If I remember right, this was due to an issue with TLS on offline server, and not due to my changes. Still, I did have to resolve merge conflicts from the TLS commit to push this PR, so let me know if this is related to that.

Copy link
Contributor

@tchughesiv tchughesiv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At first glance there’s quite a bit of rebase cleanup that needs to be done.

@tchughesiv
Copy link
Contributor

@dandawg all of the TLS unit tests should pass, just as they do in master. This is likely due to rebase leftovers.

@dandawg
Copy link
Contributor Author

dandawg commented Dec 5, 2024

I addressed the TLS merge conflict. All operator tests passed for me locally. It looks like there is a new image version--I'll make the update.

@dandawg dandawg force-pushed the add-replicas branch 2 times, most recently from 2acf6c1 to e727754 Compare December 5, 2024 20:54
sdk/python/feast/driver_test_data.py Outdated Show resolved Hide resolved
sdk/python/tests/data/data_creator.py Outdated Show resolved Hide resolved
Copy link
Contributor

@tchughesiv tchughesiv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

dandawg and others added 4 commits December 11, 2024 16:09
Co-authored-by: Tommy Hughes IV <[email protected]>
Signed-off-by: dandawg <[email protected]>
Signed-off-by: dandawg <[email protected]>
@tchughesiv tchughesiv merged commit b97da6c into feast-dev:master Dec 11, 2024
20 checks passed
@dandawg dandawg deleted the add-replicas branch December 12, 2024 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants