Nikita Koksharov

Results 793 comments of Nikita Koksharov

I need Redisson logs > after this post which only RedisNodeNotFoundException happend This happens after failover

You can try to define `failedSlaveNodeDetector = new FailedConnectionDetector(180000).` Redis slave node will be disconnected if it has ongoing connection errors in `checkInterval` time interval.

You need to make sure that `bloomFilter.tryInit()` has been called before `contains()` method invocation

I got a successful build, but faced with a different issue https://github.com/oracle/graal/issues/9610

In this case Loading error is thrown and Redisson tries Redis node returned by LoadBalancer

@seakider It might be similar to https://github.com/redisson/redisson/issues/3345