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

[BUG] Model undeploying giving empty response #3285

Open
gaurav7830 opened this issue Dec 17, 2024 · 2 comments
Open

[BUG] Model undeploying giving empty response #3285

gaurav7830 opened this issue Dec 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@gaurav7830
Copy link

What is the bug?
When the model is in partially deployed state and undeployed is being called on that domain than the undeploy is giving emtpy response.

How can one reproduce the bug?

  1. Create a domain.
  2. Update the model state to partially deployed state.
  3. Call model undeploy api.
  4. Response will be empty.

What is the expected behavior?
Model should be in undeployed state after calling undeploy api.

What is your host/environment?
OS 2.17 version

Do you have any screenshots?
None

Do you have any additional context?
None

@gaurav7830 gaurav7830 added bug Something isn't working untriaged labels Dec 17, 2024
@brianf-aws
Copy link
Contributor

Hey Gaurav, Thank you for creating this issue I will look into it!

@brianf-aws
Copy link
Contributor

brianf-aws commented Dec 19, 2024

Hey @gaurav7830 Im trying to replicate locally. but I can not seem to have that empty response even when I purposely bring down a node during deployment it seems smart enough to give back correct results.

Im wondering if you have the plugins.ml_commons.sync_up_job_interval_in_seconds: (number) set on your cluster
https://opensearch.org/docs/latest/ml-commons-plugin/cluster-settings/#set-sync-job-intervals

Currently I tested with the sync up as "disabled". But please let me know what interval you are using so I can closely get as close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: On-deck
Development

No branches or pull requests

3 participants