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

Reconnect via a redial in case of disconnection. (#7918) #7921

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

danielmai
Copy link
Contributor

@danielmai danielmai commented Jun 22, 2021

In case the heartbeats in a connection pool stop, try to re-establish the connection via a redial. That's a more robust way than waiting for current connection to become usable again and allows much faster recovery from network partitions.

(cherry picked from commit 947a62b)


This change is Reviewable

In case the heartbeats in a connection pool stop, try to re-establish the connection via a redial. That's a more robust way than waiting for current connection to become usable again and allows much faster recovery from network partitions.

(cherry picked from commit 947a62b)
@danielmai danielmai requested a review from manishrjain as a code owner June 22, 2021 21:27
@danielmai danielmai merged commit 6e103fb into release/v21.03 Jun 22, 2021
@danielmai danielmai deleted the danielmai/v21.03-reconnect branch June 22, 2021 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants