You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2021/10/15 17:25:04 UTC

[jira] [Commented] (BEAM-8436) Interactive runner incompatible with experiments=beam_fn_api

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

Beam JIRA Bot commented on BEAM-8436:
-------------------------------------

This issue is assigned but has not received an update in 30 days so it has been labeled "stale-assigned". If you are still working on the issue, please give an update and remove the label. If you are no longer working on the issue, please unassign so someone else may work on it. In 7 days the issue will be automatically unassigned.

> Interactive runner incompatible with experiments=beam_fn_api
> ------------------------------------------------------------
>
>                 Key: BEAM-8436
>                 URL: https://issues.apache.org/jira/browse/BEAM-8436
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-py-interactive
>            Reporter: Robert Bradshaw
>            Assignee: Robert Bradshaw
>            Priority: P3
>              Labels: stale-assigned
>
> When this is enabled one gets
> {code}
> ERROR: test_wordcount (apache_beam.runners.interactive.interactive_runner_test.InteractiveRunnerTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/Users/robertwb/Work/beam/incubator-beam/sdks/python/apache_beam/runners/interactive/interactive_runner_test.py", line 85, in test_wordcount
>     result = p.run()
>   File "/Users/robertwb/Work/beam/incubator-beam/sdks/python/apache_beam/pipeline.py", line 406, in run
>     self._options).run(False)
>   File "/Users/robertwb/Work/beam/incubator-beam/sdks/python/apache_beam/pipeline.py", line 419, in run
>     return self.runner.run_pipeline(self, self._options)
>   File "/Users/robertwb/Work/beam/incubator-beam/sdks/python/apache_beam/runners/interactive/interactive_runner.py", line 136, in run_pipeline
>     self._desired_cache_labels)
>   File "/Users/robertwb/Work/beam/incubator-beam/sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py", line 73, in __init__
>     self._analyze_pipeline()
>   File "/Users/robertwb/Work/beam/incubator-beam/sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py", line 93, in _analyze_pipeline
>     desired_pcollections = self._desired_pcollections(self._pipeline_info)
>   File "/Users/robertwb/Work/beam/incubator-beam/sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py", line 313, in _desired_pcollections
>     cache_label = pipeline_info.cache_label(pcoll_id)
>   File "/Users/robertwb/Work/beam/incubator-beam/sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py", line 397, in cache_label
>     return self._derivation(pcoll_id).cache_label()
>   File "/Users/robertwb/Work/beam/incubator-beam/sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py", line 405, in _derivation
>     for input_tag, input_id in transform_proto.inputs.items()
> ...
>   File "/Users/robertwb/Work/beam/incubator-beam/sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py", line 405, in _derivation
>     for input_tag, input_id in transform_proto.inputs.items()
>   File "/Users/robertwb/Work/beam/venv3/bin/../lib/python3.6/_collections_abc.py", line 678, in items
>     return ItemsView(self)
> RecursionError: maximum recursion depth exceeded while calling a Python object
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)