Nikita Koksharov

Results 793 comments of Nikita Koksharov

> In the first case when the read thread finished running I'd expect the read locks to expire after some time and unlock the lock1 entry You need to execute...

The cause is that `lockwatchdogtimeout` applies per Redisson instance and not per thread. If you invoke `lock.readLock` on different Redisson instance and shutdown it then timeout is applied. You may...

Is there any way to reproduce it?

@avcad Some exceptions should be skipped. I'll fix the message. Thanks for pointing out.

Did you set session-timeout in tomcat configuration?

Can you set `trace` logging level for `org.redisson` package and try to reproduce the issue again? I have checked the code and non of codecs return null. They all return...

@haidiiii Can you share some test code to reproduce it? Or update the code https://github.com/redisson/redisson/issues/4006#issuecomment-986523156 to reproduce it?