google-cloud-go: bigquery: Inserter.Put does not retry on "http2: stream closed" transient error
We observe bigquery.Inserter.Put
returning errors that end with “http2: stream closed”. It appears to be a transient error, but Inserter.Put
does not treat it as such: https://github.com/googleapis/google-cloud-go/blob/588a6f71e69168c9ec3ed85f848223be3b44be9d/bigquery/bigquery.go#L146
I think it is a bug.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 2
- Comments: 16 (10 by maintainers)
Thanks for the report. Relocating this to the proper repository (google-cloud-go), as the one this issue was reported in (google-api-go-client) contains the underlying discovery-generated artifacts.