-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:: redis.clients.jedis.exceptions.JedisNoReachableClusterNodeException: No reachable node in cluster #3560
Comments
Try Jedis version 3.10.0. |
thnx for your reply, I will try with jedis version |
@sazzad16 - regarding trying version 3.10.0 - are there any related fixes. Just trying to see the rationale for trying that version |
Hi @sazzad16 , we faced the same issue and after we put above update, the issue is gone, but from RCA perspective, do you have insights of why the 3.10 will fix our No reachable node in cluster side, which exact code fix this issue? |
@Shuang-Wang-1118 You can check #3370 (84b485d) for the exact code. This is actually the backported version of #2643 which you can check for more information. |
Expected behavior
I am expecting onc we establish the connection with AWS ElasticCache Redis cluster successfully we should not see any of these connection errors and we should not have to restart our application/service.
Actual behavior
Steps to reproduce:
Redis / Jedis Configuration
Jedis version:
3.6.3
Redis version:
5.0.6
Java version:
The text was updated successfully, but these errors were encountered: