Re: Exception reason

2023-12-26 Thread Rafael Fracasso
Yeah, I use DistributedMapCacheServer for a Wait / Notify flow. Regards, Rafael On Tue, Dec 26, 2023 at 4:45 PM Matt Burgess wrote: > It looks like we need to call release() from some place(s) where we > don't currently. HBase had the same issues [1]. We use this in the >

Re: Exception reason

2023-12-26 Thread Matt Burgess
It looks like we need to call release() from some place(s) where we don't currently. HBase had the same issues [1]. We use this in the StandardMapCacheServer and ListenBeats, are you using either, neither, or both? Regards, Matt [1] https://github.com/netty/netty/issues/12549 On Tue, Dec 26,

Exception reason

2023-12-26 Thread Rafael Fracasso
Hi, sometimes I have these ResourceLeakDetector exceptions on my nifi-app.log, you guys know the reason this exception was raised and how I avoid them to happen? Thanks Rafael 2023-12-26 09:02:15,353 ERROR [nioEventLoopGroup-3-6] io.netty.util.ResourceLeakDetector LEAK: ByteBuf.release() was