You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Andrew Pilloud (Jira)" <ji...@apache.org> on 2022/04/20 22:30:00 UTC

[jira] [Assigned] (BEAM-14342) testPairWithIndexWindowedTimestamped* failing on URL

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

Andrew Pilloud reassigned BEAM-14342:
-------------------------------------

    Assignee: Yichi Zhang  (was: Pablo Estrada)

> testPairWithIndexWindowedTimestamped* failing on URL
> ----------------------------------------------------
>
>                 Key: BEAM-14342
>                 URL: https://issues.apache.org/jira/browse/BEAM-14342
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-universal
>            Reporter: Andrew Pilloud
>            Assignee: Yichi Zhang
>            Priority: P1
>
> We've had hard failures in these tests:
> org.apache.beam.sdk.transforms.SplittableDoFnTest.testPairWithIndexWindowedTimestampedBounded
> org.apache.beam.sdk.transforms.SplittableDoFnTest.testPairWithIndexWindowedTimestampedUnbounded
> since https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_ULR/2161/
> then a good run, then failures back to https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_ULR/2150/
> https://github.com/apache/beam/pull/16841 seems like a likely culprit...
> {code}
> java.lang.RuntimeException: The Runner experienced the following error during execution:
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_ValidatesRunner_ULR/src/sdks/python/apache_beam/runners/portability/local_job_service.py", line 274, in _run_job
>     result = self._invoke_runner()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_ValidatesRunner_ULR/src/sdks/python/apache_beam/runners/portability/local_job_service.py", line 292, in _invoke_runner
>     return fn_runner.FnApiRunner(
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_ValidatesRunner_ULR/src/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py", line 208, in run_via_runner_api
>     return self.run_stages(stage_context, stages)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_ValidatesRunner_ULR/src/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py", line 408, in run_stages
>     bundle_results = self._execute_bundle(
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_ValidatesRunner_ULR/src/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py", line 809, in _execute_bundle
>     runner_execution_context.queues.watermark_pending_inputs.enque(
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_ValidatesRunner_ULR/src/sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py", line 432, in enque
>     existing_inputs.data[pcoll].extend(incoming_inputs.data[pcoll])
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_ValidatesRunner_ULR/src/sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py", line 155, in extend
>     assert isinstance(extra, ListBuffer)
> AssertionError
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)