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

fix: keep track of any BeginTransaction option for a Read #1485

Merged
merged 1 commit into from Oct 6, 2021

Commits on Oct 5, 2021

  1. fix: keep track of any BeginTransaction option for a Read

    If a StreamingReadRequest that included a BeginTransaction option was retried as a result
    of a transient error (UNAVAILABLE), the fact that the BeginTransaction option was included
    would not be registered for the retried request. This could cause a transaction to fail if
    the retried request returned an Aborted error, and that Aborted error was caught by the
    application.
    olavloite committed Oct 5, 2021
    Copy the full SHA
    d600cb0 View commit details
    Browse the repository at this point in the history