Nikita Koksharov
Nikita Koksharov
Which Redisson objects are used?
Can you share the Redisson config?
Can you share Redisson logs with `debug` logging level for `org.redisson` package?
Can you share all logs since the application start moment?
I see here connections creation during Redisson initialization. Where is the leak?
Fixed in https://github.com/redisson/redisson/issues/5971
Can you share Redisson log with `trace` logging level for `org.redisson` package?
I don't see `isDestroyed()` method in `AutoCloseable` interface
Can you share the full stacktrace?
Caused by: io.netty.channel.StacklessClosedChannelException: null at io.netty.channel.AbstractChannel$AbstractUnsafe.write(Object, ChannelPromise)(Unknown Source)