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.11] Fix memory tracking in TopN.Row (#102831) #102887

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

dnhatn
Copy link
Member

@dnhatn dnhatn commented Dec 1, 2023

Backports the following commits to 8.11:

This commit addresses the issue of missing memory tracking for the 
BitSet in TopN.Row. Instead of introducing BreakingBitSet, we replace
the BitSet with a smaller array of offsets in this PR. Nik suggested to
remove that BitSet, but I haven't looked into that option yet.

Closes elastic#100640
Closes elastic#102683
Closes elastic#102790
Closes elastic#102784
@dnhatn dnhatn added :Analytics/ES|QL AKA ESQL >bug auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:QL (Deprecated) Meta label for query languages team labels Dec 1, 2023
@elasticsearchmachine elasticsearchmachine merged commit bc81f68 into elastic:8.11 Dec 1, 2023
14 checks passed
@dnhatn dnhatn deleted the backport/8.11/pr-102831 branch December 1, 2023 19:11
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-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug Team:QL (Deprecated) Meta label for query languages team v8.11.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants