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

OpenSearch indexes failing to move to cold storage #6648

Open
jaskaransarkaria opened this issue Jan 9, 2025 · 0 comments
Open

OpenSearch indexes failing to move to cold storage #6648

jaskaransarkaria opened this issue Jan 9, 2025 · 0 comments
Labels
bug Something isn't working needs-refining

Comments

@jaskaransarkaria
Copy link
Contributor

Background

We saw this issue on elastic search and we should get to the bottom of this before it becomes a problem but some indexes are failing to move out of warm storage. The metadata gets copied over but not all the data. This then fails as it thinks the index has already been moved.

Figure out why this might be happening or write a script that we run on a corn to clear out the failed metadata in cold

{
    "cause": "Failed to migrate index [live_kubernetes_cluster-2024.01.30] to cold storage because another index with the same name already exists in cold storage.",
    "message": "Failed to start cold migration [index=live_kubernetes_cluster-2024.01.30]"
}

@jaskaransarkaria has the beginnings of this script

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

No branches or pull requests

1 participant