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

Fix the problem of configuring multiple gRPC endpoints where the first endpoint times out and cannot switch to the second endpoint #14144

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

zghh
Copy link
Contributor

@zghh zghh commented Jun 25, 2024

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

In the grpc-go's code, if multiple gRPC endpoints are configured and the first endpoint times out, the subsequent endpoints will also time out, causing the connection to be unable to be re-established. This PR modifies the timeout duration for the subsequent endpoints, so that when the first endpoint times out, the subsequent endpoints can connect normally.

Which issues(s) does this PR fix?

Fixes #14133

…t endpoint times out and cannot switch to the second endpoint
@zghh zghh requested a review from a team as a code owner June 25, 2024 13:56
@CLAassistant
Copy link

CLAassistant commented Jun 25, 2024

CLA assistant check
All committers have signed the CLA.

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.

Validator Client gRPC Load Balancing
2 participants