WIP: [SUPPORT] Make rpc client stream initialization get cancelled by dial timeout #128
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api-go#128
Loading…
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-api-go:fix/client_rpc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
c.conn
may be already invalidated but the rpc client can't detect this.NewStream
may hang trying to open a stream with invalidated connection. Using timer withdialTimeout
forNewStream
fixes this problem.8ea650ac76
tocdf6f3381c
[SUPPORT] Make rpc client stream initialization get cancelled by dial timeoutto WIP: [SUPPORT] Make rpc client stream initialization get cancelled by dial timeoutView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.