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
Any unhandled exception from opensearch client will be considered as 500, we should handle the case where explicit status code returned
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.
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
The text was updated successfully, but these errors were encountered: