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

Fix circuit breaker leak in MultiTerms aggregation (#79362) #79422

Merged
merged 3 commits into from
Oct 19, 2021

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Oct 19, 2021

The MultiTermsAggregator creates a BytesKeyedBucketOrds that never gets closed and therefore it might leak the
memory allocated into the circuit breaker.

backport #79362

The MultiTermsAggregator creates a BytesKeyedBucketOrds that never gets closed and therefore it might leak the
memory allocated into the circuit breaker.
@iverase iverase merged commit b4b20bd into elastic:7.15 Oct 19, 2021
@iverase iverase deleted the backport79362 branch October 19, 2021 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant