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

Make transform self-healing in case of temporary exception #1052

Open
RubieV opened this issue Dec 5, 2023 · 1 comment
Open

Make transform self-healing in case of temporary exception #1052

RubieV opened this issue Dec 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@RubieV
Copy link

RubieV commented Dec 5, 2023

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

@dblock
Copy link
Member

dblock commented Jun 17, 2024

Catch All Triage - 1 2 3 4 5

Thanks for opening this, want to try to PR the fix as you suggested?

@dblock dblock added bug Something isn't working and removed untriaged labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants