Nikita Koksharov

Results 634 comments of Nikita Koksharov
trafficstars

I think the problem might be in suffix prod_tomcat-cp-4.

ByteBuf is released automatically upon write operation executed in CommandEncoder.

3.18.0 version has fix - `ByteBuf leaks when one of multiple parameters can't be encoded`. Try to upgrade to this version or the latest one.

It may happen if thread was delayed between encoding and writing into channel.

Does this issue appear only for RedissonBucket.getAndSetAsync() method?

Are there any exceptions in logs?