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

Core: Connection refused error shouldn't close the client #872

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

barshaul
Copy link
Contributor

During node failures connection refused error can be raised. This error shouldn't result in closing the client, as the host might be under replacement / redis crashed or some temp reason for the connection to get refused. Removing this "if" fixes experienced downtime during failovers.

@barshaul barshaul requested a review from a team as a code owner January 28, 2024 16:03
@barshaul barshaul merged commit 02000f2 into aws:main Jan 29, 2024
27 checks passed
@barshaul barshaul deleted the fix_conn_refusal branch January 29, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants