-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] Round robin grpc connections amongst N query nodes (#3454)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Retries requests in a round robin fashion (preserving existing tracing and configuration of the retry interceptor) - Retries requests across `query_replication_factor` nodes in round robin fashion. - New functionality - None <img width="1728" alt="Screenshot 2025-01-14 at 3 18 01 PM" src="https://github.com/user-attachments/assets/0cd177a0-4b7c-4bab-ba94-22b585001567" /> ## Test plan *How are these changes tested?* Testing retries, oh my. Wouldn't that be nice? We could, but it requires more investment than its worth. I manually verified it for now, and cut a task. - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes None
- Loading branch information
Showing
5 changed files
with
121 additions
and
48 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
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