Abacn commented on code in PR #31837:
URL: https://github.com/apache/beam/pull/31837#discussion_r1673308785


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/RetryManager.java:
##########
@@ -97,6 +108,14 @@ Object getResult() {
             .withMaxRetries(maxRetries)
             .withThrottledTimeCounter(throttledTimeCounter)

Review Comment:
   Do you think we still need "throttledTimeCounter" for non-quota backoff? 
Conceptually no but probably good to leave it as is, assuming if there are 
other server side / network issue related to resource exhausted



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to