incubator-uniffle
incubator-uniffle copied to clipboard
[Bug] Off-heap memory grows
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Search before asking
- [X] I have searched in the issues and found no similar issues.
Describe the bug
Off-heap memory growth with latest version of code
rss.rpc.server.type GRPC
MAX_DIRECT_MEMORY_SIZE = 70G
Affects Version(s)
master
Uniffle Server Log Output
No response
Uniffle Engine Log Output
No response
Uniffle Server Configurations
No response
Uniffle Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
When I set MAX_DIRECT_MEMORY_SIZE=30G, jvm_buffer_pool_used_bytes{pool="direct"} can reach 30G
Do you have any ideas about this issue? @zuston
Maybe you can try the latest version, it might have something to do with GRPC internally.
You can try GRPC_NETTY. Closed due to https://github.com/apache/incubator-uniffle/issues/1651.