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

Can we handle restore model-system index from snapshot gracefully? #1344

Open
jmazanec15 opened this issue Dec 11, 2023 · 0 comments
Open

Can we handle restore model-system index from snapshot gracefully? #1344

jmazanec15 opened this issue Dec 11, 2023 · 0 comments
Labels
Enhancements Increases software capabilities beyond original client specifications

Comments

@jmazanec15
Copy link
Member

jmazanec15 commented Dec 11, 2023

Description

Right now, I am not sure what will happen if the model system index is restored from snapshot. If the model-metadata from the cluster metadata is different, then the cluster will be in an inconsistent state. The only way to get the cluster out of this inconsistent state will be to manually patch the cluster metadata with the opensearch-node command: https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/cluster/coordination/RemoveCustomsCommand.java. Even with this, I am not sure how it would be done except for deleting all metadata and then deleting system index.

I am wondering if we can come up with a graceful solution to this.

@jmazanec15 jmazanec15 added Enhancements Increases software capabilities beyond original client specifications and removed untriaged labels Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancements Increases software capabilities beyond original client specifications
Projects
None yet
Development

No branches or pull requests

1 participant