bigtable: retry request on retryable error messages
Client
Bigtable
Additional context
https://github.com/googleapis/google-cloud-go/pull/9673#discussion_r1567717162
Creating this issue to track the work of finding out if there are any Bigtable retryable error messages which are not been retried,
Is it possible to retry Internal errors? I have a bunch of nightly tasks that sometimes fail due to this. Because we don't have access to the raw gRPC client there's nothing I can do but post here, or roll my own.
@bhshkh ping
Will pick this up soon.
Any ETA @bhshkh
Any update on this?
@fsaintjacques Can you share the complete error message that you are seeing in the nightly?
I have created the linked pull request to retry RST stream internal errors.
We will try to capture one, but really this needs a gax.Retry on codes.Internal.
gax.Invoke: t.table.ReadRows: rpc error: code = Internal desc = unexpected EOF