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

When a standby does a ForwardRequest, it's not using the request cont… #11362

Merged
merged 2 commits into from
Apr 16, 2021

Conversation

ncabatoff
Copy link
Collaborator

…ext, and thus not getting timed out properly when it takes too long. (#11322)

The rpcClientConnContext is still used to terminate gRPC internal/dialer-related goroutines, but the actual RPC is now timed out when the request times out, e.g. due to the default max request duration. This mirrors what we do with the parallel forwarding code in ENT.

…ext, and thus not getting timed out properly when it takes too long. (#11322)

The rpcClientConnContext is still used to terminate gRPC internal/dialer-related goroutines, but the actual RPC is now timed out when the request times out, e.g. due to the default max request duration.  This mirrors what we do with the parallel forwarding code in ENT.
@ncabatoff ncabatoff added this to the 1.7.1 milestone Apr 15, 2021
@ncabatoff ncabatoff requested a review from a team April 15, 2021 14:25
@ncabatoff ncabatoff merged commit 811eb51 into release/1.7.x Apr 16, 2021
@ncabatoff ncabatoff deleted the backport-pr-11322-1.7 branch April 16, 2021 14:10
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.

2 participants