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

fix(scheduler): Fix deleting models that are still progressing #5143

Merged
merged 14 commits into from Oct 2, 2023
Merged

fix(scheduler): Fix deleting models that are still progressing #5143

merged 14 commits into from Oct 2, 2023

Conversation

sakoush
Copy link
Member

@sakoush sakoush commented Oct 2, 2023

What this PR does / why we need it:

This changes allows deleting models that are still progressing when we delete the associated server. Previously the model state gets stuck.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

@sakoush sakoush added the v2 label Oct 2, 2023
@sakoush sakoush changed the title fix (scheduler): Fix deleting models that are still progressing fix(scheduler): Fix deleting models that are still progressing Oct 2, 2023
@@ -0,0 +1,201 @@
Apache License
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this file been added?

Copy link
Member Author

Choose a reason for hiding this comment

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

this was a commit from a stale branch, remove now in

@@ -0,0 +1,147 @@
# Copyright 2022 Google LLC
#
Copy link
Contributor

Choose a reason for hiding this comment

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

and this folder

Copy link
Member Author

Choose a reason for hiding this comment

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

removed

@@ -0,0 +1,78 @@
apiVersion: apps/v1
kind: DaemonSet
metadata:
Copy link
Contributor

Choose a reason for hiding this comment

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

and this

Copy link
Member Author

Choose a reason for hiding this comment

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

removed

@sakoush sakoush merged commit ed99cf4 into SeldonIO:v2 Oct 2, 2023
4 of 5 checks passed
RafalSkolasinski pushed a commit that referenced this pull request Jan 22, 2024
* remove check that the model is deleted

* send events downstream with unloaded

* update status

* lock model before updating status

* lint

* lint (operator)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants