Nikita Koksharov
Nikita Koksharov
Fixed! Please find updated jar below [redisson-3.10.5-SNAPSHOT.jar.zip](https://github.com/redisson/redisson/files/2960102/redisson-3.10.5-SNAPSHOT.jar.zip)
> Sometimes step 2 fails to happen for more than 30 seconds which results in another thread acquiring the same lock What is the reason? Do you see errors in...
As alternative you can use tryLock() with leaseTime parameter.
Which Redisson is it? There is no 6.27.1 you defined
Unable to reproduce the issue with the latest version. RPriorityBlockingQueue is cluster compatible.
Yes, it does. Let me know if you have any issues.
Will it be similar to backoff implementation in org.redisson.api.LockOptions ?
`retryInterval` setting could be deprecated and replaced with ConstantDelay implementation. ```java config.retryDelay = new ConstantDelay(); ``` Below is the interface used for `retryDelay` setting: ```java public interface DelayStrategy { Duration...
Can you share all redisson log entries for failed nodes?