-
Notifications
You must be signed in to change notification settings - Fork 143
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
Comments
Hey Gaurav, Thank you for creating this issue I will look into it! |
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 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. |
You can get the scenario organically if you do the following. Suppose you have a OS cluster with nodes a,b,c,d
In SummaryThe reality is that here i've illustrated two edge cases of the PARTIALLY_DEPLOYED state (There may be more edge cases). In one scenario if nodes have a recollection of the model state, then undeploy can give back a accurate response. But if all nodes have been shut down then there is no way to check it can undeploy since the nodes dont have the model in their cache. |
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?
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
The text was updated successfully, but these errors were encountered: