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

[serve] immediately send ping in router when receiving new replica set #47053

Merged
merged 12 commits into from
Aug 14, 2024

Commits on Aug 9, 2024

  1. send initial ping to new replicas

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    794e306 View commit details
    Browse the repository at this point in the history
  2. use handle source to determine if router is in proxy

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3bc3381 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. add comment

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ab96e8c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into router-initial-ping-replica

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    13273fa View commit details
    Browse the repository at this point in the history
  3. comment

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f7c0ff1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into router-initial-ping-replica

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    34aa802 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. only populate cache and push proxy handle for new replicas

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e915ddf View commit details
    Browse the repository at this point in the history
  2. add type annotation

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    310a9c4 View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    86a332e View commit details
    Browse the repository at this point in the history
  4. lint + fix tests

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d1c41a1 View commit details
    Browse the repository at this point in the history
  5. add test docstrings

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    afa5808 View commit details
    Browse the repository at this point in the history
  6. lint

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2eea743 View commit details
    Browse the repository at this point in the history