generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What is the bug?
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 onclient.search
on versions 2.8.0 and 3.0.0. Observe differences in response times.
What is the expected behavior?
The timeout
argument is respected
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working