-
Notifications
You must be signed in to change notification settings - Fork 21
CNDB-15058: track in-flight BF memory usage from trie index writer if early open is not enabled (#1949) #1967
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
Conversation
… early open is not enabled (#1949) cndb-15058: table metrics - bloom filter memory usage doesn't include partially written sstables' if early open is not enabled Include in flight BF memory usage if early open is not enabled
Checklist before you submit for review
|
|
@jasonstack The 5.0 implementation of bf metrics is changed and I think this is causing the test to fail - I left a FIXME comment in In 5.0 I cannot see a way to access I considered moving I want to check with you about options before I consider something else ... let me know what you think - thanks! |
|
Hi @djatnieks the refactoring in 5.0 is tricky.. Maybe we can refactor Similar to the following, but it uses a fixed |
…oomFilterMetrics.bloomFilterOffHeapMemoryUsed
|
Yes, indeed. Thanks for the suggestions @jasonstack - I was able to update |



What is the issue
cndb-15058: table metrics - bloom filter memory usage doesn't include partially written sstables' if early open is not enabled
What does this PR fix and why was it fixed
Include in flight BF memory usage if early open is not enabled