Closed
Description
The example usage for TransactionManager
contains an error in the retry part: The returned timeout is already in milliseconds, but the example divides it by 1000 before passing it to Thread.sleep
.
Metadata
Metadata
Assignees
Labels
Issues related to the googleapis/java-spanner API.Improvements or additions to documentationImportant issue which blocks shipping the next release. Will be fixed prior to next release.A minor bug fix or small change.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.