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] Deletion of restoring index cause null pointer #17541

Open
eliskovets opened this issue Mar 6, 2025 · 0 comments
Open

[BUG] Deletion of restoring index cause null pointer #17541

eliskovets opened this issue Mar 6, 2025 · 0 comments
Labels
bug Something isn't working Storage:Snapshots Storage Issues and PRs relating to data and metadata storage untriaged

Comments

@eliskovets
Copy link

Describe the bug

Deletion of restoring index cause null pointer

Caused by: java.lang.NullPointerException: Cannot invoke "org.opensearch.index.store.remote.metadata.RemoteSegmentMetadata.getMetadata()" because "mdFile" is null

Related component

No response

To Reproduce

  1. Start restore index from snapshot
  2. Delete index
  3. Start restore index from snapshot again
  4. Watch null pointer exceptions in the logs

Expected behavior

No null pointer exceptions.

Additional Details

Plugins
ec2-discovery
s3-repository

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Version 2.18.0

Additional context
Add any other context about the problem here.

@eliskovets eliskovets added bug Something isn't working untriaged labels Mar 6, 2025
@andrross andrross added the Storage Issues and PRs relating to data and metadata storage label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Storage:Snapshots Storage Issues and PRs relating to data and metadata storage untriaged
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants