-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[ENH] Round robin grpc connections amongst N query nodes #3454
Conversation
Please tag your PR title with one of: [ENH | BUG | DOC | TST | BLD | PERF | TYP | CLN | CHORE]. See https://docs.trychroma.com/contributing#contributing-code-and-ideas |
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Please tag your PR title with one of: [ENH | BUG | DOC | TST | BLD | PERF | TYP | CLN | CHORE]. See https://docs.trychroma.com/contributing#contributing-code-and-ideas |
4b047d7
to
177103a
Compare
38eba2a
to
8d47f5d
Compare
177103a
to
f6a5af6
Compare
8d47f5d
to
b0366ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
30d3e2b
to
7ffc4f4
Compare
1041358
to
7fadd8c
Compare
7ffc4f4
to
123c15a
Compare
7fadd8c
to
f6373de
Compare
f6373de
to
44560fd
Compare
Description of changes
Summarize the changes made by this PR.
query_replication_factor
nodes in round robin fashion.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.
pytest
for python,yarn test
for js,cargo test
for rustDocumentation Changes
None