[ 
https://issues.apache.org/jira/browse/BEAM-10597?focusedWorklogId=471762&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-471762
 ]

ASF GitHub Bot logged work on BEAM-10597:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Aug/20 01:39
            Start Date: 18/Aug/20 01:39
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on a change in pull request 
#12403:
URL: https://github.com/apache/beam/pull/12403#discussion_r471864446



##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java
##########
@@ -867,6 +872,7 @@ public void deleteDataset(String projectId, String 
datasetId)
         }
         try {
           sleeper.sleep(nextBackoffMillis);
+          throttlingMilliSeconds.inc(nextBackoffMillis);

Review comment:
       Throttling results in rate limit errors, right ? If so that would be 
captured by backoff1 I think. Prob. Heejong can confirm.




----------------------------------------------------------------
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.

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 471762)
    Time Spent: 1h 40m  (was: 1.5h)

> Propagate BigQuery streaming insert throttled time to Dataflow worker
> ---------------------------------------------------------------------
>
>                 Key: BEAM-10597
>                 URL: https://issues.apache.org/jira/browse/BEAM-10597
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-java-gcp
>            Reporter: Robin Qiu
>            Assignee: Robin Qiu
>            Priority: P2
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to