Roman Puchkovskiy created IGNITE-17293:
------------------------------------------
Summary: Fix Netty buffer leak in MarshallableTest
Key: IGNITE-17293
URL: https://issues.apache.org/jira/browse/IGNITE-17293
Project: Ignite
Issue Type: Bug
Components: networking
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Fix For: 3.0.0-alpha6
[https://ci.ignite.apache.org/viewLog.html?tab=buildLog&logTab=tree&expand=all&buildId=6659100&filter=all&_focus=3590]
[org.apache.ignite:ignite-network] 2022-07-01 13:34:40:579 +0300
[ERROR][main][ResourceLeakDetector] LEAK: ByteBuf.release() was not called
before it's garbage-collected. See
https://netty.io/wiki/reference-counted-objects.html for more information.
Recent access records:
Created at:
io.netty.buffer.UnpooledByteBufAllocator.newDirectBuffer(UnpooledByteBufAllocator.java:96)
io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:188)
io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:174)
io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:108)
org.apache.ignite.internal.network.serialization.MarshallableTest.read(MarshallableTest.java:150)
org.apache.ignite.internal.network.serialization.MarshallableTest.testMarshallable(MarshallableTest.java:84)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)