Bigtable: stream terminated by RST_STREAM with error code: INTERNAL_ERROR is not retried by client #6476
Labels
api: bigtable
Issues related to the Bigtable API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Package:
cloud.google.com/go/bigtable v1.13.0
When our bigtable instance has high throughput we see the following error on occasion:
This to me looks like a transient error that should be retried by the client. I see the Spanner client retrying this exact error:
google-cloud-go/spanner/retry.go
Lines 59 to 70 in 5a2ed6b
Could also do the same in the Bigtable client? Or is this error actually not retryable in the context of Bigtable?
The text was updated successfully, but these errors were encountered: