-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>bugTeam:SearchMeta label for search teamMeta label for search teampriority:highA label for assessing bug priority to be used by ES engineersA label for assessing bug priority to be used by ES engineers
Description
The _search
request timeout enforces an early termination for queries exceeding their allocated time budget. This timeout is applied per shard and only affects the query phase, ensuring that a partial response can still be returned when triggered.
However, PR #98715 modified this behavior by removing the timeout restriction for the aggregation build phase but did not account for the suggest and rescore phases. As a result, queries that exceed their timeout now throw an unexpected exception (time_exceeded_exception
) when running additional phases that are not setup to handle timeouts.
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>bugTeam:SearchMeta label for search teamMeta label for search teampriority:highA label for assessing bug priority to be used by ES engineersA label for assessing bug priority to be used by ES engineers