-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udp_proxy: improve retries by checking connect attempts immediately a…
…fter failure (#38243) Commit Message: Additional Description: - Improve retries by checking connect attempts immediately after the upstream connect failure. - Prevent adding the same session more than once to cluster's sessions (it's not really a bug because absl::flat_hash_set is a hash set that only allows unique elements and the second attempt has no effect). Risk Level: low Testing: Docs Changes: Release Notes: Platform Specific Features: --------- Signed-off-by: Issa Abu Kalbein <[email protected]> Co-authored-by: Issa Abu Kalbein <[email protected]>
- Loading branch information
1 parent
9df39d8
commit d68c527
Showing
3 changed files
with
98 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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