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

[opt](cloud) Retry when gRPC to MS throws Status.Code.UNAVAILABLE (shutdown) #41181

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 23, 2024

  1. [opt](cloud) Retry when gRPC to MS throws Status.Code.UNAVAILABLE (sh…

    …utdown)
    
    It will throw StatusRuntimeException when we try to issue an RPC with a shutdown channel:
    thread1 get client(not expired) -> thread2 get client (expired) -> thread2 shutdown the client -> thread1 issues rpc (complains shutdown)
    gavinchou committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    681b378 View commit details
    Browse the repository at this point in the history