Replies: 1 comment
|
This failure is happening on the client side, before the BigQuery Storage service sees the The default BigQuery Read retry traits only retry I would also upgrade from v2.22.0 before adding custom policy. A custom |
|
This failure is happening on the client side, before the BigQuery Storage service sees the The default BigQuery Read retry traits only retry I would also upgrade from v2.22.0 before adding custom policy. A custom |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Client
google-cloud-cpp v2.22.0What Happened
I want to understand the failure mode here.
Is
UNKNOWNerror type retried by the defaultBigQueryReadConnectionretry policy? If a transient token fetch failure lands asUNKNOWN, it looks like it would bypass retry and kill the read outright. Is that expected, and is there a supported way to make token-fetch failures retryable ?All reactions