Error: 13 INTERNAL: Received RST_STREAM not retried for Commit #1808
Labels
api: spanner
Issues related to the googleapis/nodejs-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
Error: 13 INTERNAL: Received RST_STREAM
error is (probably) not retried for unary RPCs, such asCommit
. It appears that the error is only retried for streaming read/executeSQL calls:nodejs-spanner/src/partial-result-stream.ts
Line 496 in 25ee749
The text was updated successfully, but these errors were encountered: