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

feat: make INTERNAL RST_STREAM errors retryable #947

Closed

Commits on Oct 6, 2021

  1. feat: make INTERNAL RST_STREAM errors retryable

    Normally RST_STREAM frames will get wrapped in UNAVAILABLE statuses.
    However if the stream is reset higher upstream, it can trigger an INTERNAL error.
    ReadRows doesn't really care what was the trigger, so this PR will treat INTERNAL
    RST_STREAMs as UNAVAILABLE and retry them
    igorbernstein2 committed Oct 6, 2021
    Copy the full SHA
    f7fbfd2 View commit details
    Browse the repository at this point in the history
  2. lint

    igorbernstein2 committed Oct 6, 2021
    Copy the full SHA
    1500080 View commit details
    Browse the repository at this point in the history