grpc-java/netty
Kun Zhang ada575dd24
netty: use singleton for the custom allocator. (#6526)
The allocator has a circular reference that prevents it from GC'ed,
thus causes memory leak if gRPC Channels are created and shutdown
(even cleanly) on a regular basis.

See https://github.com/netty/netty/issues/6891#issuecomment-457809308
and internal b/146074696.
2019-12-16 17:35:40 -08:00
..
shaded Apply java plugin explicitly when needed 2019-09-13 09:42:17 -07:00
src netty: use singleton for the custom allocator. (#6526) 2019-12-16 17:35:40 -08:00
BUILD.bazel bazel: Add helper for maven_install's override_targets 2019-08-22 07:40:32 -07:00
build.gradle all: update modules to wait until other module's sourceSet is available (#6232) 2019-10-02 15:05:44 -07:00