[
https://issues.apache.org/jira/browse/BEAM-12751?focusedWorklogId=642676&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-642676
]
ASF GitHub Bot logged work on BEAM-12751:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Aug/21 03:14
Start Date: 27/Aug/21 03:14
Worklog Time Spent: 10m
Work Description: pabloem commented on pull request #15335:
URL: https://github.com/apache/beam/pull/15335#issuecomment-906892980
LGTM thanks
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 642676)
Time Spent: 4h 10m (was: 4h)
> Python DataflowRunner doesn't set client_request_id
> ---------------------------------------------------
>
> Key: BEAM-12751
> URL: https://issues.apache.org/jira/browse/BEAM-12751
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow
> Environment: python
> Reporter: Minbo Bae
> Priority: P2
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> Currently, [Java
> DataflowRunner|https://github.com/apache/beam/blob/v2.28.0/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java#L999]
> sets {{clientRequestId}}, but [Python
> DataflowRunner|https://github.com/apache/beam/blob/v2.31.0/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py]
> has no such logic.
> This causes an issue with job creation when the first try is failed with
> DEADLINE_EXCEEDED (but actually job successfully created), because the second
> try will fail with "There is already an active job named...". As per
> [Dataflow public
> doc|https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.locations.jobs],
> `clientRequestId` must be set to avoid this issue.
> In addition, as the retry happens in
> [google-apitools|https://github.com/google/apitools/blob/v0.5.31/apitools/base/py/http_wrapper.py#L346-L360]
> and it doesn't print any logs, the error message is difficult to understand
> and there is actually a successfully created job even if it returns the error.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)