You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Anonymous (Jira)" <ji...@apache.org> on 2022/11/12 16:27:00 UTC

[jira] [Updated] (BEAM-6202) Gracefully handle exceptions when waiting for Dataflow job completion.

     [ https://issues.apache.org/jira/browse/BEAM-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anonymous updated BEAM-6202:
----------------------------
    Status: Triage Needed  (was: Open)

> Gracefully handle exceptions when waiting for Dataflow job completion.
> ----------------------------------------------------------------------
>
>                 Key: BEAM-6202
>                 URL: https://issues.apache.org/jira/browse/BEAM-6202
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core, test-failures
>            Reporter: Robert Bradshaw
>            Priority: P3
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> If there is an error when trying to contact the dataflow service in Python's Dataflow.poll_for_job_completion, we may exit the thread prematurely. 
> A typical manifestation is: Dataflow Runner fails with:
> {noformat}
> AssertionError: Job did not reach to a terminal state after waiting indefinitely.
> {noformat}
> however job execution continues, and succeeds.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)