[
https://issues.apache.org/jira/browse/BEAM-8877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16988250#comment-16988250
]
Valentyn Tymofieiev commented on BEAM-8877:
-------------------------------------------
Looking at VR recent runs, they still appear broken on master.
For example a recent build [1] mentions a job[2] that fails:
{noformat}
jsonPayload: {
exception: "Traceback (most recent call last):
File "apache_beam/runners/common.py", line 812, in
apache_beam.runners.common.DoFnRunner.process
File "apache_beam/runners/common.py", line 609, in
apache_beam.runners.common.PerWindowInvoker.invoke_process
File "apache_beam/runners/common.py", line 632, in
apache_beam.runners.common.PerWindowInvoker._invoke_process_per_window
File
"/usr/local/lib/python3.5/site-packages/apache_beam/transforms/sideinputs.py",
line 65, in __getitem__
_FilteringIterable(self._iterable, target_window), self._view_options)
File "/usr/local/lib/python3.5/site-packages/apache_beam/pvalue.py", line
356, in _from_runtime_iterable
return options['data'].view_fn(it)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/pvalue.py",
line 335, in <lambda>
lambda iterable: from_runtime_iterable(iterable, view_options))
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/pvalue.py",
line 443, in _from_runtime_iterable
len(head), str(head[0]), str(head[1])))
ValueError: PCollection of size 2 with more than one element accessed as a
singleton view. First two elements encountered are "3", "4".
{noformat}
The build log confusingly says [3] "(no failures)", however console logs[1]
mention at the end that the build was aborted due to the timeout. In the middle
of the log there is a burried message "11:19:28 test_flatten_no_pcollections
(apache_beam.transforms.ptransform_test.PTransformTest) ... FAIL", perhaps
that's the failing test?
[1]
https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/5224/consoleFull
[2]
https://console.cloud.google.com/dataflow/jobsDetail/locations/us-central1/jobs/2019-12-04_11_10_25-16026524489035317909?project=apache-beam-testing)
[3] https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/5224/
> beam_PostCommit_Py_VR_Dataflow is timing out
> --------------------------------------------
>
> Key: BEAM-8877
> URL: https://issues.apache.org/jira/browse/BEAM-8877
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core, test-failures
> Reporter: Ahmet Altay
> Assignee: Valentyn Tymofieiev
> Priority: Critical
>
> Error:
> 06:47:45 Build timed out (after 100 minutes). Marking the build as aborted.
> 06:47:45 Build was aborted
> Log:
> [https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/5214/console]
>
> Should we increase the timeout here similar to :
> [https://github.com/apache/beam/pull/10234]
> cc: [~Ardagan]
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)