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 have recently been testing the timeout argument to the client.search method, concurrent with an upgrade to opensearch-py 3.0.0. The argument is not respected, and I get response times that align with the default 10-second timeout.
On version 2.8.0, setting the timeout argument affects slow query response times as expected.
How can one reproduce the bug?
Formulate a query that causes a slow Opensearch response
Set the timeout argument on client.search on versions 2.8.0 and 3.0.0. Observe differences in response times.