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

[core] FileBasedBloomFilter should not be pass private member to cache manager. #4118

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

leaves12138
Copy link
Contributor

Purpose

Cache manager cause out of memory while lookup merge

Tests

API and Format

Documentation

@leaves12138 leaves12138 changed the title [core] FileBasedBloomFilter should be pass private member to cache manager. [core] FileBasedBloomFilter should not be pass private member to cache manager. Sep 3, 2024
@JingsongLi
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit 3ce8fda into master Sep 3, 2024
21 checks passed
@JingsongLi JingsongLi deleted the cacheLess branch September 3, 2024 09:08
wxplovecc pushed a commit to tongcheng-elong/incubator-paimon that referenced this pull request Sep 10, 2024
@Aitozi
Copy link
Contributor

Aitozi commented Oct 29, 2024

Hi @leaves12138 , why this will lead to out of memory ?

@leaves12138
Copy link
Contributor Author

Hi @leaves12138 , why this will lead to out of memory ?

If we use lambda, the member "filter" will be indexed. The instance which contains the "filter" will also be referred, cannot gc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants