032597dba3
We observed this assert error in the netty collection used for acks: java.lang.AssertionError: null is not a legitimate internal value. Concurrent Modification? at io.netty.util.collection.IntObjectHashMap.toExternal(IntObjectHashMap.java:103) ~[netty-common-4.1.109.Final.jar:4.1.109.Final] at io.netty.util.collection.IntObjectHashMap.access$900(IntObjectHashMap.java:37) ~[netty-common-4.1.109.Final.jar:4.1.109.Final] at io.netty.util.collection.IntObjectHashMap$PrimitiveIterator.value(IntObjectHashMap.java:650) ~[netty-common-4.1.109.Final.jar:4.1.109.Final] at io.netty.util.collection.IntObjectHashMap$2$1.next(IntObjectHashMap.java:234) ~[netty-common-4.1.109.Final.jar:4.1.109.Final] this will avoid the cleanup and rely on GC for the cleanup. PagingLeakTest is being added to make sure the cleanup is actually not needed. |
||
---|---|---|
.. | ||
src | ||
pom.xml |