Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
https://github.com/netty/netty/pull/8991 is causing thread local Netty pooled buffers to not be used for allocations within non-FastThreadLocalThread threads.
It should be better to use FastThreadLocalThread instead and save this performance issue to happen.