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] Infinite query loop when result metadata in unavailable #804

Closed
noCharger opened this issue Oct 23, 2024 · 1 comment
Closed

[BUG] Infinite query loop when result metadata in unavailable #804

noCharger opened this issue Oct 23, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@noCharger
Copy link
Collaborator

What is the bug?
Infinite query loop when result metadata in unavailable

How can one reproduce the bug?
Try to reject result metadata access.

What is the expected behavior?
Query loop should exit

@noCharger noCharger added bug Something isn't working untriaged labels Oct 23, 2024
@noCharger noCharger self-assigned this Oct 28, 2024
@noCharger
Copy link
Collaborator Author

RCA:

  1. Any unhandled exception from opensearch client will be considered as 500, we should handle the case where explicit status code returned
  2. The checkindex logic is included query loop. It can be optimized bying moving it from statement level to session level since query from different data source will start a new session.

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