You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/21 07:49:26 UTC

[jira] [Commented] (BEAM-1293) Python post commits failing

    [ https://issues.apache.org/jira/browse/BEAM-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832870#comment-15832870 ] 

ASF GitHub Bot commented on BEAM-1293:
--------------------------------------

GitHub user aaltay opened a pull request:

    https://github.com/apache/beam/pull/1809

    [BEAM-1293] Update DataflowPipelineResult.state at the end of poll_for_job_completion

    https://github.com/apache/beam/pull/1802 exposed a bug in `poll_for_job_completion`. At the end of the wait the new `state` was not propagated to the result object, causing it to raise an exception.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aaltay/incubator-beam drfail

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/1809.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1809
    
----
commit 56512ab442c599c64bfdb9fc6cabce95d76ee4dc
Author: Ahmet Altay <al...@google.com>
Date:   2017-01-21T07:43:42Z

    Update DataflowPipelineResult.state at the end of poll_for_job_completion.

----


> Python post commits failing
> ---------------------------
>
>                 Key: BEAM-1293
>                 URL: https://issues.apache.org/jira/browse/BEAM-1293
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>            Reporter: Ahmet Altay
>            Assignee: Ahmet Altay
>
> https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/1058/consoleFull
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/dataflow_test.py", line 323, in test_as_singleton_with_different_defaults_with_unique_labels
>     pipeline.run()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/test_pipeline.py", line 91, in run
>     result = super(TestPipeline, self).run()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 163, in run
>     return self.runner.run(self)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/test/test_dataflow_runner.py", line 33, in run
>     self.result.wait_until_finish()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/dataflow_runner.py", line 711, in wait_until_finish
>     (self.state, getattr(self._runner, 'last_error_msg', None)), self)
> DataflowRuntimeException: Dataflow pipeline failed. State: UNKNOWN, Error:
> None
> Caused by: https://github.com/apache/beam/pull/1802



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)