-
Notifications
You must be signed in to change notification settings - Fork 836
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
Depricate persistence #3104
Depricate persistence #3104
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Nice one @nadinet! We may also need to re-generate the licenses information to remove all the |
/test integration |
/test notebooks |
@nadinet should we also remove the
I just realised that the same script also forces for the seldon-core/wrappers/s2i/python/s2i/bin/run Lines 24 to 30 in 228b417
|
/test integration |
/test notebooks |
f16e97e
to
f50b1a8
Compare
/test integration |
/test notebooks |
wrappers/s2i/python/s2i/bin/run
Outdated
@@ -44,6 +44,9 @@ else | |||
fi | |||
|
|||
echo "starting microservice" | |||
exec seldon-core-microservice $MODEL_NAME --service-type $SERVICE_TYPE --persistence $PERSISTENCE | |||
|
|||
if[-n "$PERSISTENCE"]; then |
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.
Incorrect syntax
/test integration |
/test notebooks |
It seems the tests have found a couple of issues: On the integration tests it failed because mlflow server seems to re-install the older version of seldon coreBasically showing error importing redisFixed by removing extra installation, and uses the base dependency correctlyOn the notebooks tests it's one test failedThe failed test also has an mlfow server run at the bottom, ran the rest of the examples successfully |
/test integration |
/test notebooks |
/test integration |
/test notebooks |
/test integration |
/test notebooks |
/test integration |
5 similar comments
/test integration |
/test integration |
/test integration |
/test integration |
/test integration |
Just to check if changes in original mlflow bucket managed to propagate |
What this PR does / why we need it:
Remove "PERSISTENCE" Redis functionality and documentation.
"soft" deprication, flag is ignored.
Which issue(s) this PR fixes:
Fixes #2888
Special notes for your reviewer:
Does this PR introduce a user-facing change?: