[
https://issues.apache.org/jira/browse/BEAM-13760?focusedWorklogId=718374&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-718374
]
ASF GitHub Bot logged work on BEAM-13760:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Feb/22 02:03
Start Date: 01/Feb/22 02:03
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on pull request #16641:
URL: https://github.com/apache/beam/pull/16641#issuecomment-1026407806
The CI failures all look like flake BEAM-13783
--
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: 718374)
Remaining Estimate: 46h (was: 46h 10m)
Time Spent: 2h (was: 1h 50m)
> Add randomness to default Dataflow job name in Python sdk
> ---------------------------------------------------------
>
> Key: BEAM-13760
> URL: https://issues.apache.org/jira/browse/BEAM-13760
> Project: Beam
> Issue Type: Improvement
> Components: runner-dataflow
> Reporter: Will Nicholson
> Assignee: Will Nicholson
> Priority: P2
> Original Estimate: 48h
> Time Spent: 2h
> Remaining Estimate: 46h
>
> Currently, when a Dataflow job is created with the default name in python,
> the name is a concatenation of the word "beamapp", the username, and the time
> in microseconds, as seen
> [here|https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py#L415-L428].
> Therefore, when two jobs are created by the same user at the same time, the
> jobs names collide and the second job fails.
> However, the Java SDK has already solved this problem, by appending a random
> hex string to the job name, seen
> [here|https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/options/PipelineOptions.java#L338-L351].
> The objective of this issue is to align the python sdk with the java sdk, by
> appending a random string to the default job name.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)