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

Deduplicate Empty InternalAggregations (#58386) #59032

Merged
merged 1 commit into from
Jul 4, 2020

Conversation

original-brownbear
Copy link
Member

Working through a heap dump for an unrelated issue I found that we can easily rack up
tens of MBs of duplicate empty instances in some cases.
I moved to a static constructor to guard against that in all cases.

backport of #58386

Working through a heap dump for an unrelated issue I found that we can easily rack up
tens of MBs of duplicate empty instances in some cases.
I moved to a static constructor to guard against that in all cases.
@elasticmachine
Copy link
Collaborator

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

@elasticmachine elasticmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Jul 4, 2020
@original-brownbear
Copy link
Member Author

original-brownbear commented Jul 4, 2020

Jenkins run elasticsearch-ci/2 (unrelated GCS repo test failure)

1 similar comment
@original-brownbear
Copy link
Member Author

Jenkins run elasticsearch-ci/2 (unrelated GCS repo test failure)

@original-brownbear original-brownbear merged commit 071d8b2 into elastic:7.x Jul 4, 2020
@original-brownbear original-brownbear deleted the 58386-7.x branch July 4, 2020 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Aggregations Aggregations backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants