Skip to content
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

throw exception if JedisCluster cannot connect to any host-port #2721

Merged
merged 6 commits into from
Dec 9, 2021

Conversation

sazzad16
Copy link
Contributor

@sazzad16 sazzad16 commented Dec 8, 2021

Original PR: #2275
Original author: @chinafzy

If none of the startNodes, given in JedisCluster constructor, works:

  • JedisCluster does not work.
  • No message/exception comes up.
  • JedisCluster cannot not retry later.

User would be instantly aware if an exception is thrown.

Cause of new PR: I don't have write permission in the repo of original PR.

Closes #2275

@sazzad16 sazzad16 added this to the 4.0.0 milestone Dec 8, 2021
@sazzad16 sazzad16 merged commit e56e46b into redis:master Dec 9, 2021
@sazzad16 sazzad16 deleted the chinafzy-master branch December 9, 2021 03:25
@sazzad16 sazzad16 added the breakingchange Pull request that has breaking changes. Must include the breaking behavior in release notes. label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breakingchange Pull request that has breaking changes. Must include the breaking behavior in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants