Nikita Koksharov
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 think it should return 0 in this case.
I got a successful build, but faced with a different issue https://github.com/oracle/graal/issues/9610
merged
Can you try 3.42.0 version?
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