-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[client] Fix/grpc retry #5750
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
Merged
Merged
[client] Fix/grpc retry #5750
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
13dfc5f
[client] Fix flow client Receive retry loop not stopping after Close
pappz fae5052
[client] remove WaitForReady from stream open call
pappz 863f1d8
[client] Add connection recreation and improve flow client error hand…
pappz a178ec7
[client] Remove Unauthenticated, PermissionDenied, and Unimplemented …
pappz 8ba4183
[client] Fix error handling in Receive to properly re-establish strea…
pappz bb9ead4
Fix test
pappz 11e9c05
[client] Add graceful shutdown handling and test for concurrent Close…
pappz e9007f7
[client] Fix connection swap to properly close old gRPC connection
pappz 03f023b
[client] Reset backoff
pappz 62a6dc9
[client] Ensure stream closure on error during initialization
pappz aff1428
[client] Add test for handling server-side stream closure and reconne…
pappz b4194f8
[client] Add protocol error simulation and enhance reconnection test
pappz 441a85f
[client] Update Close error message in test for clarity
pappz 910e666
[client] Fine-tune the tests
pappz 0b8704f
[client] Adjust connection tracking in reconnection test
pappz 8460c3f
[client] Wait for Events handler to exit in RST_STREAM reconnection test
pappz 297546e
[client] Prevent panic on nil connection during Close
pappz d5078d0
[client] Refactor connection handling to use explicit target tracking
pappz 506cb0d
[client] Rename `isCancellation` to `isContextDone` and extend handli…
pappz 2a7dafc
[client] Add connection generation tracking to prevent stale reconnec…
pappz e7ecb5f
[client] Add backoff reset condition to prevent short-lived retry cycles
pappz 2985856
[client] Introduce `minHealthyDuration` to refine backoff reset logic
pappz 72bff35
[client] IPv6 friendly connection
pappz bb7406a
[client] Add `handlerStarted` channel to synchronize stream establish…
pappz 77c583b
[client] Replace `receivedAcks` map with atomic counter and improve s…
pappz dfbc0ef
[client] Extract `handleReceiveError` to simplify receive logic
pappz ce2875c
Merge branch 'main' into fix/grpc-retry
pappz 7d5decf
[client] recreate gRPC ClientConn on every retry to prevent dual backoff
pappz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.