You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Check if index exists
Create index (it can fail here)
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?
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
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
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?
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: