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

ProjectOperator should not retain references to released blocks #105848

Merged
merged 2 commits into from
Mar 3, 2024

Conversation

dnhatn
Copy link
Member

@dnhatn dnhatn commented Feb 28, 2024

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 #105632

@dnhatn
Copy link
Member Author

dnhatn commented Feb 28, 2024

project

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Feb 28, 2024
@elasticsearchmachine
Copy link
Collaborator

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

Copy link
Contributor

@alex-spies alex-spies left a comment

Choose a reason for hiding this comment

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

Nice catch, LGTM

@dnhatn
Copy link
Member Author

dnhatn commented Mar 3, 2024

Thanks Alex!

@dnhatn dnhatn added the auto-backport-and-merge Automatically create backport pull requests and merge when ready label Mar 3, 2024
@dnhatn dnhatn merged commit 5d809f3 into elastic:main Mar 3, 2024
14 checks passed
@dnhatn dnhatn deleted the project-operator branch March 3, 2024 01:53
@elasticsearchmachine
Copy link
Collaborator

elasticsearchmachine commented Mar 3, 2024

Status Branch Result
8.13

dnhatn added a commit to dnhatn/elasticsearch that referenced this pull request Mar 3, 2024
…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
elasticsearchmachine pushed a commit that referenced this pull request Mar 3, 2024
) (#105883)

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 #10563
idegtiarenko pushed a commit to idegtiarenko/elasticsearch that referenced this pull request Mar 4, 2024
…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
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-backport-and-merge Automatically create backport pull requests and merge when ready >bug Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.13.1 v8.14.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants