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

[8.13] ProjectOperator should not retain references to released blocks (#105848) #105883

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

dnhatn
Copy link
Member

@dnhatn dnhatn commented Mar 3, 2024

Backports the following commits to 8.13:

…tic#105848)

The heap attack tests hit OOM where the circuit breaker was 
under-accounted. This was because the ProjectOperator retained
references to released blocks. Consequently, the released block couldn't
be GCed although we have decreased memory usage in the circuit breaker.

Relates elastic#10563
@dnhatn dnhatn added :Analytics/ES|QL AKA ESQL >bug auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels Mar 3, 2024
@elasticsearchmachine elasticsearchmachine merged commit 9a474ab into elastic:8.13 Mar 3, 2024
14 checks passed
@dnhatn dnhatn deleted the backport/8.13/pr-105848 branch March 3, 2024 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.13.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants