You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using asynchbase 1.7.1 with io.netty:netty:3.10.5.Final I'm seeing HashdWheelTimeouts continuously increasing. I'm running jmap, here's an example of the output:
When using asynchbase 1.7.1 with io.netty:netty:3.10.5.Final I'm seeing HashdWheelTimeouts continuously increasing. I'm running jmap, here's an example of the output:
/usr/lib/jvm/java-1.8.0/bin/jmap -histo 1870 | grep HashedWheelTimeout
53: 4392 245952 org.jboss.netty.util.HashedWheelTimer$HashedWheelTimeout
This number continuously grows until we run out of memory on the server, it's a very gradual increase, it takes weeks to take effect with 4G heap
The text was updated successfully, but these errors were encountered: