You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Reuven Lax (Jira)" <ji...@apache.org> on 2021/03/08 06:50:00 UTC

[jira] [Commented] (BEAM-11922) org.apache.beam.examples.cookbook.MapClassIntegrationIT.testDataflowMapState has been failing in master

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

Reuven Lax commented on BEAM-11922:
-----------------------------------

The problem is that the test was never implemented - the pipeline simply prints out its results to logs and never terminates. This test was accidentally submitted. I think the simplest solution is to revert this file.

> org.apache.beam.examples.cookbook.MapClassIntegrationIT.testDataflowMapState has been failing in master
> -------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-11922
>                 URL: https://issues.apache.org/jira/browse/BEAM-11922
>             Project: Beam
>          Issue Type: Bug
>          Components: examples-java, test-failures
>            Reporter: Tomo Suzuki
>            Assignee: Reuven Lax
>            Priority: P1
>              Labels: currently-failing
>         Attachments: Screen Shot 2021-03-04 at 13.38.11.png, Screen Shot 2021-03-04 at 13.53.26.png
>
>
> [https://ci-beam.apache.org/job/beam_PostCommit_Java/] has been read since Feb 26th. The latest failure is from org.apache.beam.examples.cookbook.MapClassIntegrationIT.testDataflowMapState.
>  
> !Screen Shot 2021-03-04 at 13.38.11.png|width=463,height=767!
>  
> h1. Error
> [https://ci-beam.apache.org/job/beam_PostCommit_Java/7279/testReport/org.apache.beam.examples.cookbook/MapClassIntegrationIT/testDataflowMapState/]
> {noformat}
> Error Message
> java.lang.RuntimeException: Dataflow job 2021-03-01_16_17_48-15514932947100465039 terminated in state RUNNING but did not return a failure reason.
> Stacktrace
> java.lang.RuntimeException: Dataflow job 2021-03-01_16_17_48-15514932947100465039 terminated in state RUNNING but did not return a failure reason.
> 	at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:141)
> 	at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:93)
> 	at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:55)
> 	at org.apache.beam.sdk.Pipeline.run(Pipeline.java:322)
> 	at org.apache.beam.sdk.Pipeline.run(Pipeline.java:308)
> 	at org.apache.beam.examples.cookbook.MapClassIntegrationIT.testDataflowMapState(MapClassIntegrationIT.java:69)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ...
> Mar 04, 2021 12:05:39 PM org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
> INFO: 2021-03-04T12:05:38.105Z: Workers have started successfully.
> Mar 04, 2021 12:12:53 PM org.apache.beam.runners.dataflow.DataflowPipelineJob waitUntilFinish
> WARNING: No terminal state was returned within allotted timeout. State value RUNNING
> Mar 04, 2021 12:12:53 PM org.apache.beam.runners.dataflow.TestDataflowRunner waitForStreamingJobTermination
> INFO: Dataflow job 2021-03-04_04_02_51-8296709798115839656 took longer than 600 seconds to complete, cancelling.
> Mar 04, 2021 12:12:53 PM org.apache.beam.runners.dataflow.TestDataflowRunner run
> WARNING: Dataflow job 2021-03-04_04_02_51-8296709798115839656 did not output a success or failure metric.
> {noformat}
> Since when?
> !Screen Shot 2021-03-04 at 13.53.26.png|width=590,height=91!
> #7269: org.apache.beam.examples.cookbook.MapClassIntegrationIT.testDataflowMapState
> #7262: org.apache.beam.examples.cookbook.MapClassIntegrationIT.testDataflowMapState
> [#7260|https://ci-beam.apache.org/job/beam_PostCommit_Java/7260/]: org.apache.beam.examples.cookbook.MapClassIntegrationIT.testDataflowMapState (failure after 11 minutes)
> [#7257|https://ci-beam.apache.org/job/beam_PostCommit_Java/7257/]: org.apache.beam.examples.cookbook.MapClassIntegrationIT.testDataflowMapState BEAM-10961 is the ticket. (failure after 13 seconds)
> #7256: org.apache.beam.sdk.io.gcp.pubsub.PubsubReadIT.testReadPubsubMessageId failure
>  
>   



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