SteNicholas opened a new pull request, #3625: URL: https://github.com/apache/celeborn/pull/3625
### What changes were proposed in this pull request? Support `celeborn.network.memory.allocator.type` to specify netty memory allocator including `AdaptiveByteBufAllocator `. ### Why are the changes needed? Netty 4.2 introduces `AdaptiveByteBufAllocator` an auto-tuning pooling `ByteBufAllocator` which uses `AdaptivePoolingAllocator` added in https://github.com/netty/netty/pull/13075. ### Does this PR resolve a correctness bug? No. ### Does this PR introduce _any_ user-facing change? Introduce `celeborn.network.memory.allocator.type` to specify netty memory allocator. ### How was this patch tested? CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
