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] index_not_found_exception is thrown intermittently #687

Closed
Abhisha1 opened this issue Jan 8, 2024 · 3 comments
Closed

[BUG] index_not_found_exception is thrown intermittently #687

Abhisha1 opened this issue Jan 8, 2024 · 3 comments
Labels
aws 🐛 bug Something isn't working

Comments

@Abhisha1
Copy link

Abhisha1 commented Jan 8, 2024

What is the bug?

I am working with Amazon OpenSearch Serverless and have noticed the index_not_found_exception getting thrown when I try to create and index intermittently, and sometimes when I try a bulk operation.

How can one reproduce the bug?

The error pops up somewhat randomly but here are the two scenarios I've seen the bug

  1. Check if index exists
  2. Create index (it can fail here)
  3. Create a bulk operation which inserts data (it can fail here)

What is the expected behavior?

The index should be created or the data inserted

What is your host/environment?

OpenSearch Serverless

Do you have any screenshots?

image
image
image

Do you have any additional context?

Add any other context about the problem.

@dblock
Copy link
Member

dblock commented Jan 8, 2024

@Abhisha1 This looks like a problem with serverless specifically, have you opened a support ticket with AWS yet?

@dblock dblock added 🐛 bug Something isn't working aws and removed untriaged labels Jan 8, 2024
@Abhisha1
Copy link
Author

Abhisha1 commented Jan 8, 2024

Ahh I see, wasn't sure what the best place was. I will raise a support ticket there in that case. Thanks @dblock

@Abhisha1 Abhisha1 closed this as completed Jan 8, 2024
@sricharanvuppu
Copy link
Member

@Abhisha1 , It looks like you are using Index UUID to check if index exists, did you try with Index name ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws 🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants