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

Trigger parent circuit breaker when building scorers in filters aggregation #102511

Merged
merged 3 commits into from Nov 23, 2023

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Nov 23, 2023

We have no means to estimate the size of a scorer in a filters aggregation, still can be big and lead to out of memory errors. This PR proposes to call the parent circuit breaker when creating them so we have a chance to circuit break in case we have many large queries. Note we can still go out of memory in case of one extremely large query.

@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Nov 23, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (Team:Analytics)

@elasticsearchmachine
Copy link
Collaborator

Hi @iverase, I've created a changelog YAML for you.

Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@iverase iverase added >bug and removed >enhancement labels Nov 23, 2023
@elasticsearchmachine
Copy link
Collaborator

Hi @iverase, I've updated the changelog YAML for you.

@iverase iverase added the auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Nov 23, 2023
@elasticsearchmachine elasticsearchmachine merged commit 484bde9 into elastic:main Nov 23, 2023
13 checks passed
@iverase iverase deleted the cb_filtersAgg branch November 23, 2023 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Aggregations Aggregations auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) >bug Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants