[
https://issues.apache.org/jira/browse/BEAM-7667?focusedWorklogId=286098&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-286098
]
ASF GitHub Bot logged work on BEAM-7667:
----------------------------------------
Author: ASF GitHub Bot
Created on: 31/Jul/19 17:49
Start Date: 31/Jul/19 17:49
Worklog Time Spent: 10m
Work Description: ihji commented on pull request #8973: [BEAM-7667]
report GCS throttling time to Dataflow autoscaler
URL: https://github.com/apache/beam/pull/8973#discussion_r309351299
##########
File path:
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/BatchModeExecutionContext.java
##########
@@ -66,6 +66,8 @@
// TODO: Move throttle time Metric to a dedicated namespace.
protected static final String DATASTORE_THROTTLE_TIME_NAMESPACE =
"org.apache.beam.sdk.io.gcp.datastore.DatastoreV1$DatastoreWriterFn";
+ protected static final String HTTP_CLIENT_API_THROTTLE_TIME_NAMESPACE =
Review comment:
Yes, it just followed the same convention for compatibility. Moving to a
dedicated namespace is on TODO list.
----------------------------------------------------------------
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: 286098)
Time Spent: 1h 20m (was: 1h 10m)
> report GCS throttling time to Dataflow autoscaler
> -------------------------------------------------
>
> Key: BEAM-7667
> URL: https://issues.apache.org/jira/browse/BEAM-7667
> Project: Beam
> Issue Type: Improvement
> Components: runner-dataflow
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> report GCS throttling time to Dataflow autoscaler.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)