-
Notifications
You must be signed in to change notification settings - Fork 597
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
bug(oom): rdkafka uses too much memory #10888
Comments
cn.1.15.i15_04-47-01.heap.collapsed.zip Captured before OOM: |
After I tweaked some rd_kafka parameters, the memory usage became quite stable: (However, another bug #11170 came out... 🤣) I am going to make it configurable in production. |
Let me explain the problem and solution here. The problem was discussed in confluentinc/librdkafka#2076. In short, I tried to decrease the I have a few ideas to continue the tweak, but that would be very time-consuming. Better to do it after we have statistics (#11187). For now, if users encounter this issue, they may use #11203 as a work-around. |
since #11273 is merged, let's see if it helps |
Reran here: https://buildkite.com/risingwave-test/longevity-kubebench/builds/542 |
During the last test, it seems that CN can run without OOM, so let me close this for now. https://buildkite.com/risingwave-test/longevity-kubebench/builds/550 |
Describe the bug
https://buildkite.com/risingwave-test/longevity-kubebench/builds/429#0188fb4e-838b-45f3-85ad-ae0b0e6f9277
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: