DatabaseClient#writeAtLeastOnce does not retry Aborted errors #2626
Labels
api: spanner
Issues related to the googleapis/java-spanner API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The
DatabaseClient#writeAtLeastOnce
method propagates allAborted
errors instead of automatically retrying these, as the other transaction methods do.The text was updated successfully, but these errors were encountered: