Nikita Koksharov
Nikita Koksharov
Is there any update?
Fixed in https://github.com/redisson/redisson/issues/5641
> Connection refused: :6379 Did you check the network?
Can you share Redisson logs with `trace` logging level for `org.redisson` package from the start moment?
Unfortunately, CLUSTER NODES reply doesn't contain any valid Redis master node.
Can you share the log from the start moment?
`master,noaddr - 1707827726001 1707827726001 41 disconnected 10923-16383` means that master containing 11235 isn't connected. You need to check your cluster configuration.
Hello, > Will the usage of SequentialDnsAddressResolverFactory with non default concurrency level help here? Yes, it can help. Try to pass 1 to its constructor.
> We use a credential resolver in our redisson config which makes the password to be sent with each request so I doubt that this NOAUTH message is the actual...
> It's not a DNS issue, I verified that same hosts always resolve to the same IP address and there is always 1 to 1 mapping between a host and...