-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: Enable to add router from proxy to replica #35851
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: weiliu1031 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@weiliu1031 Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”) |
@weiliu1031 Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
if milvus has multi replica and multi proxy, in case of each proxy access all replicas, we can add router from proxy to replica, which means assign replicas to all proxy, each proxy got same number of replicas, then only access those replicas. Notice when the goal of evenly assign all replicas to proxies can't be achieved, fallback to share all replicas between proxies. Signed-off-by: Wei Liu <[email protected]>
298cd86
to
666bf94
Compare
@weiliu1031 E2e jenkins job failed, comment |
Signed-off-by: Wei Liu <[email protected]>
Signed-off-by: Wei Liu <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
issue: #35859
pr: #35942
if milvus has multi replica and multi proxy, in case of each proxy access all replicas, we can add router from proxy to replica, which means assign replicas to all proxy, each proxy got same number of replicas, then only access those replicas.
Notice when the goal of evenly assign all replicas to proxies can't be achieved, fallback to share all replicas between proxies.