You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 23:49:10 UTC

[GitHub] [beam] kennknowles opened a new issue, #19350: Gracefully handle exceptions when waiting for Dataflow job completion.

kennknowles opened a new issue, #19350:
URL: https://github.com/apache/beam/issues/19350

   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:
   
   ```
   
   AssertionError: Job did not reach to a terminal state after waiting indefinitely.
   
   ```
   
   
   however job execution continues, and succeeds.
   
   Imported from Jira [BEAM-6202](https://issues.apache.org/jira/browse/BEAM-6202). Original Jira may contain additional context.
   Reported by: robertwb.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org