We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a cluster is busy, a query can time out. This issue typically resolves itself after a retry.
In the current situation, the whole transformation is blocked from continuing.
Retry logic added to the below code block will solve this case.
https://github.com/opensearch-project/index-management/blob/417d0d9c3ac630b720081f3ea383dea26f4a6456/src/main/kotlin/org/opensearch/indexmanagement/transform/TransformSearchService.kt#L154C21-L154C45
The text was updated successfully, but these errors were encountered:
Catch All Triage - 1 2 3 4 5
Thanks for opening this, want to try to PR the fix as you suggested?
Sorry, something went wrong.
No branches or pull requests
When a cluster is busy, a query can time out.
This issue typically resolves itself after a retry.
In the current situation, the whole transformation is blocked from continuing.
Retry logic added to the below code block will solve this case.
https://github.com/opensearch-project/index-management/blob/417d0d9c3ac630b720081f3ea383dea26f4a6456/src/main/kotlin/org/opensearch/indexmanagement/transform/TransformSearchService.kt#L154C21-L154C45
The text was updated successfully, but these errors were encountered: