-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
googleapis/java-spanner
#421Labels
🚨This issue needs some love.This issue needs some love.api: spannerIssues related to the Spanner API.Issues related to the Spanner API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
This test failed!
To configure my behavior, see the Build Cop Bot documentation.
If I'm commenting on this issue too often, add the buildcop: quiet label and
I will stop commenting.
commit: 0c7f467
buildURL: Build Status, Sponge
status: failed
Test output
java.util.concurrent.ExecutionException:
com.google.api.gax.rpc.AbortedException: io.grpc.StatusRuntimeException: ABORTED: Transaction was aborted.
retry_delay {
nanos: 10857569
}
at com.example.spanner.AsyncExamplesIT.lambda$asyncTransactionManager_shouldUpdateRows$7(AsyncExamplesIT.java:279)
at com.example.spanner.AsyncExamplesIT.runExample(AsyncExamplesIT.java:67)
at com.example.spanner.AsyncExamplesIT.asyncTransactionManager_shouldUpdateRows(AsyncExamplesIT.java:277)
Caused by: com.google.api.gax.rpc.AbortedException:
io.grpc.StatusRuntimeException: ABORTED: Transaction was aborted.
retry_delay {
nanos: 10857569
}
Caused by: io.grpc.StatusRuntimeException:
ABORTED: Transaction was aborted.
retry_delay {
nanos: 10857569
}
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: spannerIssues related to the Spanner API.Issues related to the Spanner API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.