Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Cassandra 3.11.0, Netty 4.0.44.Final, OpenJDK 8u141-b15
-
Normal
Description
After a chronic bout of OutOfMemoryError in our development environment, a heap analysis is showing that more than 10G of our 12G heaps are consumed by the threadLocals members (instances of java.lang.ThreadLocalMap) of various io.netty.util.concurrent.FastThreadLocalThread instances. Reverting cecbe17 fixes the issue.