Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataflow integration test job name collisions #145

Open
cisaacstern opened this issue Nov 18, 2023 · 0 comments
Open

Dataflow integration test job name collisions #145

cisaacstern opened this issue Nov 18, 2023 · 0 comments

Comments

@cisaacstern
Copy link
Member

cisaacstern commented Nov 18, 2023

Seeing a lot of these the last few days:

DataflowJobAlreadyExistsError(\\napache_beam.runners.dataflow.internal.apiclient.DataflowJobAlreadyExistsError: There is already active job named gh-pforgetest-gpcp-from-gcs-feedstock-ce8e56a-1700347024 with id: 2023-11-18_14_37_13-15130123773093506439. If you want to submit a second job, try again by setting a different name using --job_name.", "status": "failed"}\n', stderr=b'(unset)\n').returncode

(link here)

This is always fixed by re-running the failed job, which suggests that the timestamp is just non-unique in the job name because we are deploying too many jobs at too close an interval to each other. Might be resolved by #139 (or might be a separate but related issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant