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: PDML retry settings were not applied for aborted tx #232

Merged
merged 2 commits into from May 20, 2020

Commits on May 20, 2020

  1. fix: PDML retry settings were not applied for aborted tx

    The PartitionedDML retry settings were only applied for the RPC, and not
    for the generic retryer that would retry the PDML transaction if it was
    aborted by Spanner. This could cause long-running PDML transactions to
    fail with an Aborted exception.
    
    Fixes #199
    olavloite committed May 20, 2020
    Copy the full SHA
    3bfbf5c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1db2ad8 View commit details
    Browse the repository at this point in the history