-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use copy commit timeout for all RPCs (#427)
Apply the spanner.copy_commit_timeout value for all RPCs that are executed as part of a commit during a COPY operation. This means that the timeout will also be applied to BeginTransaction and BatchCreateSessions if any of those are also needed during the commit operation. The timeout should also be applied to those, as those RPCs could also respond slowly if the COPY operation is causing the server to be overloaded.
- Loading branch information
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters