You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #1252: Random node + rediscovery on connection exception replaced with rediscovery at the end (#1256)
* Issue #1252:
1. New special exception for “No reachable nodes”
2. Fixed situation when simple connection exception with tryRandomNode=true proceed as just no reachable nodes
3. Don’t try random node with immediate initiate cluster renewal after that if we got ConnectionTimeout from proper slot jedis
4. Fix rewriting real root cause JedisConnectionException with JedisClusterMaxRedirectionsException
Conflicts:
src/main/java/redis/clients/jedis/BinaryJedisCluster.java
src/main/java/redis/clients/jedis/JedisCluster.java
0 commit comments