-
Notifications
You must be signed in to change notification settings - Fork 590
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
Java UDF OOM easily #11508
Comments
It seems
|
We might need backpressure? 🤔
|
cc. @wangrunji0408 |
I have reproduced and can observe the memory usage is constantly increasing. I tried the Memory Analyzer Tool (MAT) but it only found 10MB heap memory and failed to profile direct memory. I believe the memory leak is from arrow buffers. Let me read the docs again to understand more on Arrow memory management... |
Describe the bug
Tested with nexmark datagen. It OOM very soon.
Note: Python UDF doesn't have the problem, because it's bounded by GIL easily 😄
Error message/log
To Reproduce
create sources with Nexmark datagen connector
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: