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

Spanner: Throw exception when SSLHandshakeException occurs instead of infinite retry loop #4663

Merged
merged 3 commits into from
Mar 8, 2019

Commits on Mar 8, 2019

  1. googleapis#3889 throw exception when an SSLHandshakeException occurs

    SSLHandshakeExceptions are not retryable, as it is most probably an
    indication that the client does not accept the server certificate.
    olavloite committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    84969fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da72d8a View commit details
    Browse the repository at this point in the history
  3. fixed formatting

    olavloite committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    3f6dd48 View commit details
    Browse the repository at this point in the history