Skip to content
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

Closed
wants to merge 3 commits into from

Commits on Sep 3, 2024

  1. enhance: Enable to add router from proxy to replica

    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]>
    weiliu1031 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    666bf94 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix test

    Signed-off-by: Wei Liu <[email protected]>
    weiliu1031 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8642511 View commit details
    Browse the repository at this point in the history
  2. fix it

    Signed-off-by: Wei Liu <[email protected]>
    weiliu1031 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7ecb22b View commit details
    Browse the repository at this point in the history