Nikita Koksharov

Results 793 comments of Nikita Koksharov

It's determined in this method org.springframework.data.redis.listener.RedisMessageListenerContainer#createSubscriber()

> OK, but looking at the check, this currently always returns a `BlockingSubscriber` for Redisson, because `isAsync` is always false. Right? > > public static boolean isAsync(RedisConnectionFactory connectionFactory) { >...

There is only one reproducer we could find: ```java @Test public void testLockFailoverInCluster() { withNewCluster((nodes, redisson) -> { for (int i = 0; i < 10; i++) { RLock t...

Can you share logs for v3.24.3 and v3.38.1 with trace logging level for `org.redisson` and `io.netty` packages?

@beetlebugorg Thanks much for the insight. > In theory this call should work without a channel and return an empty list, so perhaps a bug in Azure Managed Redis? Seems...

Can you share the Redisson configuration and logs with `trace` logging level for `org.redisson` package?

We need the logs before the first occurrence of such an error.

You need to get TRACE logs and make sure that cluster topology is correct. According to the error, at some moment there is no master available.